From: Ian Lance Taylor Date: Fri, 25 Mar 1994 22:14:48 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: gdb-4_18~15034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91f300d635d68c2002e51407270826e1c2999df8;p=external%2Fbinutils.git Fix typo in comment. --- 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. */