Browse Source

Correct unimportant typo

Peter S. Mazinger 18 năm trước cách đây
mục cha
commit
d8b2a520c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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