From 284a3db38319f151535522c6a3bb978dffd7be4b Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 26 Oct 2010 18:08:04 +0000 Subject: [PATCH] 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. --- gdb/ChangeLog | 4 ++++ gdb/python/python-internal.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4bfe017..8dcbd1a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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. (PyEval_InitThreads): Remove duplicate. Define as nothing. (PyEval_ReleaseLock): Define as nothing. diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index e18f50a..67de622 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 -- 2.7.4