Browse Source

Correct unimportant typo

Peter S. Mazinger 18 years ago
parent
commit
d8b2a520c6
1 changed files with 1 additions and 1 deletions
  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