* 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 16c9ec83cf5efb8b800240563f6bcd9f483e11c3..50727c11a3549d768140d70535cb2873a59828b0 100644 (file)
@@ -1,3 +1,7 @@
+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
index 0e5d0bed68b2126d8bc982a8731327f8188bb26a..30aaf98e88dcf3a32ab617a2cd997f7b0bc10809 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)            \