diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4bfe01708e..8dcbd1a479 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 e18f50ad4b..67de6223a1 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