commit | 8ab1a3c7ac45ad9f059fa17d7643e2691c0a4904 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Wed Mar 28 14:27:23 2001 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Wed Mar 28 14:27:23 2001 +0000 |
tree | 359fe80267b41edd80348ed1b9c9f3e2ec5f6c1c | |
parent | b8a85a49ae738655cec81bd9e7bcb0bd6f5c9442 [diff] [blame] |
fix typo
diff --git a/ChangeLog b/ChangeLog index 7b029d6..967d64a 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -3,7 +3,7 @@ * aclocal.m4: add check for endianness of long long. * acconfig.h: add #define for LITTLE_ENDIAN_LONG_LONG. * configure.in: check for endianness of long long. - * defs.h: change LONG_LONG macro to wirk with either endianness of + * defs.h: change LONG_LONG macro to work with either endianness of long long. 2001-03-27 John Hughes <john@Calva.COM>