OSDN Git Service

Correct unimportant typo
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 19 Jan 2006 09:17:43 +0000 (09:17 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 19 Jan 2006 09:17:43 +0000 (09:17 -0000)
libc/sysdeps/linux/common/bits/endian.h

index 7bad3e6..0086a1c 100644 (file)
@@ -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