gdb/ChangeLog:
* symtab.c (lookup_symbol_aux_local): Fix typo in comment.
+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
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;
}