mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
Fix typo: s/most/least/
Littleendian = least signficant byte first
This commit is contained in:
parent
253a4e7a9f
commit
11e6c85b09
@ -100,7 +100,7 @@ AH_TEMPLATE(WORDS_BIGENDIAN,
|
|||||||
[Define to 1 if your processor stores words with the most significant
|
[Define to 1 if your processor stores words with the most significant
|
||||||
byte first (like Motorola and SPARC, unlike Intel and VAX).])
|
byte first (like Motorola and SPARC, unlike Intel and VAX).])
|
||||||
AH_TEMPLATE(WORDS_LITTLEENDIAN,
|
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).])
|
byte first (like Intel and VAX, unlike Motorola and SPARC).])
|
||||||
|
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
|
Loading…
Reference in New Issue
Block a user