This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[COMMITTED PATCH] block.h (ALL_BLOCK_SYMBOLS): Fix comment.
- From: Doug Evans <xdje42 at gmail dot com>
- To: gdb-patches at sourceware dot org
- Date: Sun, 26 Oct 2014 12:28:03 -0700
- Subject: [COMMITTED PATCH] block.h (ALL_BLOCK_SYMBOLS): Fix comment.
- Authentication-results: sourceware.org; auth=none
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) \