Fix typo: s/most/least/

Littleendian = least signficant byte first
This commit is contained in:
H. Peter Anvin 2008-06-10 14:41:43 -07:00
parent 253a4e7a9f
commit 11e6c85b09

View file

@ -100,7 +100,7 @@ AH_TEMPLATE(WORDS_BIGENDIAN,
[Define to 1 if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX).])
AH_TEMPLATE(WORDS_LITTLEENDIAN,
[Define to 1 if your processor stores words with the most significant
[Define to 1 if your processor stores words with the least significant
byte first (like Intel and VAX, unlike Motorola and SPARC).])
dnl Checks for library functions.