[COMMITTED] block.h (ALL_BLOCK_SYMBOLS): Fix comment.

Message ID m3mw8iljgc.fsf@sspiff.org
State Committed
Headers

Commit Message

Doug Evans Oct. 26, 2014, 7:28 p.m. UTC
  Hi.

I noticed this while reading block.h.

Committed.

2014-10-26  Doug Evans  <xdje42@gmail.com>

	* block.h (ALL_BLOCK_SYMBOLS): Fix comment.
  

Patch

diff --git a/gdb/block.h b/gdb/block.h
index 0e5d0be..9597477 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)		\