From e47ce020d5c72c7e5d857acded22df914d4ed7ab Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 8 Mar 2007 06:59:25 +0000 Subject: [PATCH] * symbols.c (symbol_relc_make_sym): Comment typo fixes. --- gas/ChangeLog | 4 ++++ gas/symbols.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index bbe737e2c4..608be5d3b8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2007-03-08 Alan Modra + * symbols.c (symbol_relc_make_sym): Comment typo fixes. + +2007-03-08 Alan Modra + * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. diff --git a/gas/symbols.c b/gas/symbols.c index 8943af3c11..5cad5c8ef6 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -2941,10 +2941,10 @@ symbol_print_statistics (FILE *file) #ifdef OBJ_COMPLEX_RELC /* Convert given symbol to a new complex-relocation symbol name. This - may bee a recursive function, since it might be called for non-leaf + may be a recursive function, since it might be called for non-leaf nodes (plain symbols) in the expression tree. The caller owns the - returning string, so should free() it eventually. Errors are - indicated via as_bad() and a NULL return value. The given symbol + returning string, so should free it eventually. Errors are + indicated via as_bad and a NULL return value. The given symbol is marked with sy_used_in_reloc. */ char * -- 2.11.0