From 11e6c85b093aa8ae0502897d5e628cbb05eeb191 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 10 Jun 2008 14:41:43 -0700 Subject: [PATCH] Fix typo: s/most/least/ Littleendian = least signficant byte first --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.4.GIT