소스 검색

Correct unimportant typo

Peter S. Mazinger 18 년 전
부모
커밋
d8b2a520c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/sysdeps/linux/common/bits/endian.h

+ 1 - 1
libc/sysdeps/linux/common/bits/endian.h

@@ -13,6 +13,6 @@
 #error Machine byte order unknown.
 
 #if 0
-#define __BYTE_ORDER __BID_ENDIAN
+#define __BYTE_ORDER __BIG_ENDIAN
 #define __BYTE_ORDER __LITTLE_ENDIAN
 #endif