* symtab.h (lookup_symbol_in_language): Update comment.

* symtab.c (lookup_symbol_aux_block): Update comment.
	* ada-lang.c (ada_lookup_symbol_list): Update comment.
This commit is contained in:
Pedro Alves 2008-05-19 18:37:07 +00:00
parent 2570f2b7e1
commit 6c9353d346
4 changed files with 10 additions and 6 deletions

View file

@ -4666,7 +4666,7 @@ remove_irrelevant_renamings (struct ada_symbol_info *syms,
/* Find symbols in DOMAIN matching NAME0, in BLOCK0 and enclosing
scope and in global scopes, returning the number of matches. Sets
*RESULTS to point to a vector of (SYM,BLOCK,SYMTAB) triples,
*RESULTS to point to a vector of (SYM,BLOCK) tuples,
indicating the symbols found and the blocks and symbol tables (if
any) in which they were found. This vector are transient---good only to
the next call of ada_lookup_symbol_list. Any non-function/non-enumeral