* block.h (ALL_BLOCK_SYMBOLS): Fix comment.
authorDoug Evans <xdje42@gmail.com>
Sun, 26 Oct 2014 19:26:20 +0000 (12:26 -0700)
committerDoug Evans <xdje42@gmail.com>
Sun, 26 Oct 2014 19:26:20 +0000 (12:26 -0700)
gdb/ChangeLog:

* block.h (ALL_BLOCK_SYMBOLS): Fix comment.

gdb/ChangeLog
gdb/block.h

index 16c9ec8..50727c1 100644 (file)
@@ -1,5 +1,9 @@
 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
        obstack_alloc.
 
index 0e5d0be..30aaf98 100644 (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)            \