Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/bfd Fix typo in a comment, no co...



details:   https://anonhg.NetBSD.org/src/rev/830de3daa5d9
branches:  trunk
changeset: 750296:830de3daa5d9
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Wed Dec 23 09:22:16 2009 +0000

description:
Fix typo in a comment, no code change.

diffstat:

 external/gpl3/binutils/dist/bfd/elf32-m68k.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 96afd0eb5c45 -r 830de3daa5d9 external/gpl3/binutils/dist/bfd/elf32-m68k.c
--- a/external/gpl3/binutils/dist/bfd/elf32-m68k.c      Wed Dec 23 09:18:48 2009 +0000
+++ b/external/gpl3/binutils/dist/bfd/elf32-m68k.c      Wed Dec 23 09:22:16 2009 +0000
@@ -2118,7 +2118,7 @@
   if (ind->got_entry_key != 0)
     {
       BFD_ASSERT (dir->got_entry_key == 0);
-      /* Assert that GOTs aren't partioned yet.  */
+      /* Assert that GOTs aren't partitioned yet.  */
       BFD_ASSERT (ind->glist == NULL);
 
       dir->got_entry_key = ind->got_entry_key;



Home | Main Index | Thread Index | Old Index