Corrected spelling errors in comments.
[deliverable/binutils-gdb.git] / gdb / symtab.h
index d76df87c2532a3f6c152c8755becf6ca369bee2b..1195856a57afd0f689dc9816480844daef7f912a 100644 (file)
@@ -761,7 +761,7 @@ struct partial_symbol
 \f
 
 /* Source-file information.  This describes the relation between source files,
-   ine numbers and addresses in the program text.  */
+   line numbers and addresses in the program text.  */
 
 struct sourcevector
   {
@@ -1417,7 +1417,7 @@ extern struct partial_symbol *fixup_psymbol_section (struct partial_symbol
 /* Symbol searching */
 
 /* When using search_symbols, a list of the following structs is returned.
-   Callers must free the search list using free_symbol_search! */
+   Callers must free the search list using free_search_symbols! */
 struct symbol_search
   {
     /* The block in which the match was found. Could be, for example,
This page took 0.024826 seconds and 4 git commands to generate.