diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:48:26 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:48:26 +0000 |
commit | 22e9fe2445883d651799f027917cd50d065f200d (patch) | |
tree | e4d347147317a3fca4fe7123029cf9e15ca79c33 /src/m/amdx86-64.h | |
parent | e17ca187e2e5c598509c426426afbe977324dd4a (diff) | |
download | emacs-22e9fe2445883d651799f027917cd50d065f200d.tar.gz |
Replace `iff' in comments.
Diffstat (limited to 'src/m/amdx86-64.h')
-rw-r--r-- | src/m/amdx86-64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index fbd53a955a2..681be8b0647 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h @@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA. */ #define BITS_PER_LONG 64 #define BITS_PER_EMACS_INT 64 -/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word +/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word is the most significant byte. */ #undef WORDS_BIG_ENDIAN |