diff -r 7dcbd8418771 -r 60b012b7793f absyntax_utils/case_element_iterator.hh --- a/absyntax_utils/case_element_iterator.hh Fri Sep 09 12:03:15 2011 +0200 +++ b/absyntax_utils/case_element_iterator.hh Wed Sep 14 22:58:39 2011 +0200 @@ -60,9 +60,7 @@ private: - /* a pointer to the function_block_declaration_c - * or function_declaration_c currently being analysed. - */ + /* a pointer to the case_list_c currently being analyzed */ symbol_c *case_list; /* used when called to iterate() for a parameter */ symbol_c *current_case_element; @@ -79,8 +77,8 @@ /* start off at the first case element once again... */ void reset(void); - /* initialise the iterator object. - * We must be given a reference to a case_list_c that will be analysed... + /* initialize the iterator object. + * We must be given a reference to a case_list_c that will be analyzed... */ case_element_iterator_c(symbol_c *list, case_element_t element_type);