]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
fix typo in _FILE_OFFSET_BITS comment
authorJoel Brobecker <brobecker@gnat.com>
Tue, 26 Oct 2010 18:08:04 +0000 (18:08 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 26 Oct 2010 18:08:04 +0000 (18:08 +0000)
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/ChangeLog
gdb/python/python-internal.h

index 4bfe01708e43ea9b5771eea0f45d5b2ea4355fc6..8dcbd1a4797576640aad38f768a4e8601e24926f 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e18f50ad4bb7370f2499b9bbf5169da0c356e932..67de6223a12786e1c7d58c0bf127f3a2f78afaaa 100644 (file)
@@ -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