2011-01-07 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / dictionary.h
index c65ecce494d7a0e1e541cd0ab6b378ebc59d478c..944a5a11e2c8e2b94667336c2b2a4e38f790f4ba 100644 (file)
@@ -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,
This page took 0.029631 seconds and 4 git commands to generate.