diff options
Diffstat (limited to 'platform.h')
-rw-r--r-- | platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ #error Unknown architecture #endif -/* The next big hunk tries to guess endianess from various preprocessor macros */ +/* The next big hunk tries to guess endianness from various preprocessor macros */ /* First some error checking in case some weird header has defined both. * NB: OpenBSD always defines _BIG_ENDIAN and _LITTLE_ENDIAN. */ #if defined (__LITTLE_ENDIAN__) && defined (__BIG_ENDIAN__) |