diff options
| author | Pedro Alves <palves@redhat.com> | 2008-05-19 18:37:07 +0000 |
|---|---|---|
| committer | Pedro Alves <palves@redhat.com> | 2008-05-19 18:37:07 +0000 |
| commit | 6c9353d3467c71c60b7d08215263efdaddd3711c (patch) | |
| tree | 7d1480cc078e7ebfffad59ad0d494e46963d78c4 /gdb/symtab.h | |
| parent | 2570f2b7e1242480dcf1db929ca99febce976ca0 (diff) | |
| download | binutils-6c9353d3467c71c60b7d08215263efdaddd3711c.tar.gz binutils-6c9353d3467c71c60b7d08215263efdaddd3711c.tar.bz2 binutils-6c9353d3467c71c60b7d08215263efdaddd3711c.zip | |
* 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.
Diffstat (limited to 'gdb/symtab.h')
| -rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 92ea5180c2f..3bbc3930bc2 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1006,7 +1006,7 @@ int symbol_matches_domain (enum language symbol_language, extern struct symtab *lookup_symtab (const char *); -/* lookup a symbol by name (optional block, optional symtab) in language */ +/* lookup a symbol by name (optional block) in language. */ extern struct symbol *lookup_symbol_in_language (const char *, const struct block *, |
