summaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-10-26 18:08:03 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-10-26 18:08:03 +0000
commitb513843c81172d96f0d365ffd3f356a175b1b683 (patch)
treec73c00ca2e2d3b39217c4a84944450abfe52f085 /gdb/python/python-internal.h
parent8f8155235f71462c4f2e3031336131824e72e4ad (diff)
downloadgdb-b513843c81172d96f0d365ffd3f356a175b1b683.tar.gz
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/python-internal.h')
-rw-r--r--gdb/python/python-internal.h2
1 files changed, 1 insertions, 1 deletions
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