From: Wichert Akkerman Date: Wed, 28 Mar 2001 14:27:23 +0000 (+0000) Subject: fix typo X-Git-Tag: v4.5.18~1067 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ab1a3c7ac45ad9f059fa17d7643e2691c0a4904;p=strace fix typo --- diff --git a/ChangeLog b/ChangeLog index 7b029d6a..967d64a8 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