diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-10-26 18:08:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-10-26 18:08:04 +0000 |
commit | 284a3db38319f151535522c6a3bb978dffd7be4b (patch) | |
tree | a5affccdf345c9936f1cc64027ddeee44e3e6658 /gdb/python | |
parent | aed1781d4015eba1f780f65e2f11ef7841be4c46 (diff) | |
download | gdb-284a3db38319f151535522c6a3bb978dffd7be4b.zip gdb-284a3db38319f151535522c6a3bb978dffd7be4b.tar.gz gdb-284a3db38319f151535522c6a3bb978dffd7be4b.tar.bz2 |
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.
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/python-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |