From: Joel Brobecker Date: Tue, 26 Oct 2010 18:08:04 +0000 (+0000) Subject: fix typo in _FILE_OFFSET_BITS comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=284a3db38319f151535522c6a3bb978dffd7be4b;p=binutils-gdb.git fix typo in _FILE_OFFSET_BITS comment This fixes a typo that MichaelS noticed in a patch I submitted and forgot to fix. gdb/ChangeLog: * (_FILE_OFFSET_BITS): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4bfe01708e4..8dcbd1a4797 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-10-26 Joel Brobecker + + * (_FILE_OFFSET_BITS): Fix typo in comment. + 2010-10-26 Joel Brobecker * python/python-internal.h (_FILE_OFFSET_BITS): Undefine. diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index e18f50ad4bb..67de6223a12 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -38,7 +38,7 @@ /* On sparc-solaris, /usr/include/sys/feature_tests.h defines _FILE_OFFSET_BITS, which pyconfig.h also defines. Same work - arount technique as above. */ + around technique as above. */ #undef _FILE_OFFSET_BITS #if HAVE_LIBPYTHON2_4