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

Doug Evans xdje42@gmail.com
Sun Oct 26 19:28:00 GMT 2014


Hi.

I noticed this while reading block.h.

Committed.

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

	* block.h (ALL_BLOCK_SYMBOLS): Fix comment.

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)		\



More information about the Gdb-patches mailing list