diff options
author | Alan Modra <amodra@gmail.com> | 2007-03-08 06:59:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-03-08 06:59:25 +0000 |
commit | 6f12865c0ea3dce3f28d8fa386b981e4610ac4d4 (patch) | |
tree | 2c9e918dece637350452c6927f6129b255c2aaa7 /gas/symbols.c | |
parent | a5da764d0c38f3fa8617f25bb10dd014f6b4c451 (diff) | |
download | gdb-6f12865c0ea3dce3f28d8fa386b981e4610ac4d4.zip gdb-6f12865c0ea3dce3f28d8fa386b981e4610ac4d4.tar.gz gdb-6f12865c0ea3dce3f28d8fa386b981e4610ac4d4.tar.bz2 |
* symbols.c (symbol_relc_make_sym): Comment typo fixes.
Diffstat (limited to 'gas/symbols.c')
-rw-r--r-- | gas/symbols.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/symbols.c b/gas/symbols.c index 8943af3..5cad5c8 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 * |