symtab.c (lookup_symbol_aux_local): Fix typo in comment.

gdb/ChangeLog:

	* symtab.c (lookup_symbol_aux_local): Fix typo in comment.
This commit is contained in:
Doug Evans 2014-10-26 16:46:52 -07:00
parent 4744af9bf6
commit 3aee438bbb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-10-26 Doug Evans <xdje42@gmail.com>
* symtab.c (lookup_symbol_aux_local): Fix typo in comment.
2014-10-26 Doug Evans <xdje42@gmail.com>
* symfile.h (struct quick_symbol_functions) <lookup_symbol>: Rename

View File

@ -1532,7 +1532,7 @@ lookup_symbol_aux_local (const char *name, const struct block *block,
block = BLOCK_SUPERBLOCK (block);
}
/* We've reached the edge of the function without finding a result. */
/* We've reached the end of the function without finding a result. */
return NULL;
}