From 284a3db38319f151535522c6a3bb978dffd7be4b Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 26 Oct 2010 18:08:04 +0000 Subject: 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/python/python-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python/python-internal.h') 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 -- cgit v1.1