From a023a30fb494294f739b3414a28d11da8c298d3f Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 26 Oct 2014 12:26:20 -0700 Subject: [PATCH] * block.h (ALL_BLOCK_SYMBOLS): Fix comment. gdb/ChangeLog: * block.h (ALL_BLOCK_SYMBOLS): Fix comment. --- gdb/ChangeLog | 4 ++++ gdb/block.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 16c9ec83cf5..50727c11a35 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-10-26 Doug Evans + + * block.h (ALL_BLOCK_SYMBOLS): Fix comment. + 2014-10-26 Doug Evans * block.c (allocate_block): Use OBSTACK_ZALLOC instead of diff --git a/gdb/block.h b/gdb/block.h index 0e5d0bed68b..30aaf98e88d 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -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) \ -- 2.30.2