summaryrefslogtreecommitdiffstats
path: root/gdb/dictionary.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-05-01 22:39:41 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-05-01 22:39:41 +0000
commita11a141613f20a6b63fbdafea181674c98cf50ed (patch)
tree36168097c0e642b0995b22c446e0a5cd729ae742 /gdb/dictionary.c
parentee78f3e59811f1e5898f9267f95d9d5bc30af43f (diff)
downloadppe42-binutils-a11a141613f20a6b63fbdafea181674c98cf50ed.tar.gz
ppe42-binutils-a11a141613f20a6b63fbdafea181674c98cf50ed.zip
gdb/
* dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector) (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
Diffstat (limited to 'gdb/dictionary.c')
-rw-r--r--gdb/dictionary.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/dictionary.c b/gdb/dictionary.c
index 11b8328450..05a2021a44 100644
--- a/gdb/dictionary.c
+++ b/gdb/dictionary.c
@@ -287,7 +287,7 @@ static const struct dict_vector dict_hashed_vector =
DICT_HASHED, /* type */
free_obstack, /* free */
add_symbol_nonexpandable, /* add_symbol */
- iterator_first_hashed, /* iteractor_first */
+ iterator_first_hashed, /* iterator_first */
iterator_next_hashed, /* iterator_next */
iter_name_first_hashed, /* iter_name_first */
iter_name_next_hashed, /* iter_name_next */
@@ -299,7 +299,7 @@ static const struct dict_vector dict_hashed_expandable_vector =
DICT_HASHED_EXPANDABLE, /* type */
free_hashed_expandable, /* free */
add_symbol_hashed_expandable, /* add_symbol */
- iterator_first_hashed, /* iteractor_first */
+ iterator_first_hashed, /* iterator_first */
iterator_next_hashed, /* iterator_next */
iter_name_first_hashed, /* iter_name_first */
iter_name_next_hashed, /* iter_name_next */
@@ -311,7 +311,7 @@ static const struct dict_vector dict_linear_vector =
DICT_LINEAR, /* type */
free_obstack, /* free */
add_symbol_nonexpandable, /* add_symbol */
- iterator_first_linear, /* iteractor_first */
+ iterator_first_linear, /* iterator_first */
iterator_next_linear, /* iterator_next */
iter_name_first_linear, /* iter_name_first */
iter_name_next_linear, /* iter_name_next */
@@ -323,7 +323,7 @@ static const struct dict_vector dict_linear_expandable_vector =
DICT_LINEAR_EXPANDABLE, /* type */
free_linear_expandable, /* free */
add_symbol_linear_expandable, /* add_symbol */
- iterator_first_linear, /* iteractor_first */
+ iterator_first_linear, /* iterator_first */
iterator_next_linear, /* iterator_next */
iter_name_first_linear, /* iter_name_first */
iter_name_next_linear, /* iter_name_next */
OpenPOWER on IntegriCloud