Explorar el Código

Correct unimportant typo

Peter S. Mazinger hace 20 años
padre
commit
d8b2a520c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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