* readelf.c (dynamic_info): Correct size of array.
[deliverable/binutils-gdb.git] / gdb / dictionary.c
index e916a73b10abfac4cfc67ee5b07ed3452f7ef738..05a2021a441e79a260b078d1f5e07108cc319558 100644 (file)
@@ -1,6 +1,6 @@
 /* Routines for name->symbol lookups in GDB.
    
-   Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    Contributed by David Carlton <carlton@bactrian.org> and by Kealia,
    Inc.
@@ -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 */
This page took 0.025193 seconds and 4 git commands to generate.