* block.h (ALL_BLOCK_SYMBOLS): Fix comment.

gdb/ChangeLog:

	* block.h (ALL_BLOCK_SYMBOLS): Fix comment.
This commit is contained in:
Doug Evans 2014-10-26 12:26:20 -07:00
parent 4c35218eab
commit a023a30fb4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-10-26 Doug Evans <xdje42@gmail.com>
* block.h (ALL_BLOCK_SYMBOLS): Fix comment.
2014-10-26 Doug Evans <xdje42@gmail.com>
* block.c (allocate_block): Use OBSTACK_ZALLOC instead of

View File

@ -271,8 +271,8 @@ extern struct symbol *block_iter_match_next (const char *name,
symbol_compare_ftype *compare,
struct block_iterator *iterator);
/* Macro to loop through all symbols in a block BL, in no particular
order. ITER helps keep track of the iteration, and should be a
/* Macro to loop through all symbols in BLOCK, in no particular
order. ITER helps keep track of the iteration, and must be a
struct block_iterator. SYM points to the current symbol. */
#define ALL_BLOCK_SYMBOLS(block, iter, sym) \