diff options
Diffstat (limited to 'gdb/dictionary.h')
-rw-r--r-- | gdb/dictionary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dictionary.h b/gdb/dictionary.h index c65ecce..944a5a1 100644 --- a/gdb/dictionary.h +++ b/gdb/dictionary.h @@ -153,7 +153,7 @@ extern struct symbol *dict_iter_match_first (const struct dictionary *dict, dict_iter_match_first), or NULL if there are no more such symbols. Don't call this if you've previously received NULL from dict_iterator_match_first or dict_iterator_match_next on this - iteration. And don't call it unless ITERATOR was created by a + iteration. And don't call it unless ITERATOR was created by a previous call to dict_iter_match_first with the same NAME and COMPARE. */ extern struct symbol *dict_iter_match_next (const char *name, |