summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-10 14:41:43 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-10 14:41:43 -0700
commit11e6c85b093aa8ae0502897d5e628cbb05eeb191 (patch)
tree760c64b3b05c2daff27433a7c19ccec0d24eed26 /configure.in
parent253a4e7a9f26facc7e266f700832a213473d05f9 (diff)
downloadnasm-11e6c85b093aa8ae0502897d5e628cbb05eeb191.tar.gz
Fix typo: s/most/least/
Littleendian = least signficant byte first
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 15519489..9e79f349 100644
--- a/configure.in
+++ b/configure.in
@@ -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.