aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-10-26 18:08:04 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-10-26 18:08:04 +0000
commit284a3db38319f151535522c6a3bb978dffd7be4b (patch)
treea5affccdf345c9936f1cc64027ddeee44e3e6658
parentaed1781d4015eba1f780f65e2f11ef7841be4c46 (diff)
downloadfsf-binutils-gdb-284a3db38319f151535522c6a3bb978dffd7be4b.zip
fsf-binutils-gdb-284a3db38319f151535522c6a3bb978dffd7be4b.tar.gz
fsf-binutils-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.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/python/python-internal.h2
2 files changed, 5 insertions, 1 deletions
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 <brobecker@adacore.com>
+ * (_FILE_OFFSET_BITS): Fix typo in comment.
+
+2010-10-26 Joel Brobecker <brobecker@adacore.com>
+
* 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