diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-25 22:14:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-25 22:14:48 +0000 |
commit | 91f300d635d68c2002e51407270826e1c2999df8 (patch) | |
tree | a7706172d1b4860b2d5d0a8f6732358ec7030fa0 | |
parent | ec099b4b2564a6a3b1f8ffc0ffc3b5d0cc00d2b4 (diff) | |
download | gdb-91f300d635d68c2002e51407270826e1c2999df8.zip gdb-91f300d635d68c2002e51407270826e1c2999df8.tar.gz gdb-91f300d635d68c2002e51407270826e1c2999df8.tar.bz2 |
Fix typo in comment.
-rw-r--r-- | bfd/aoutx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index b6c7c80..db1e04b 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -2743,7 +2743,7 @@ NAME(aout,find_nearest_line) CONST char *function = func->name; char *p; - /* The caller expects a symbol name. We actually a + /* The caller expects a symbol name. We actually have a function name, without the leading underscore. Put the underscore back in, so that the caller gets a symbol name. */ |