Corrected spelling in comment: dependant -> dependent
authorDavid Anderson <davea@sgi.com>
Sat, 2 Sep 2000 00:09:06 +0000 (00:09 +0000)
committerDavid Anderson <davea@sgi.com>
Sat, 2 Sep 2000 00:09:06 +0000 (00:09 +0000)
gdb/symfile.c

index a353c5fef52e2c0dba6b7c8bd7ee1e6a0bfe979a..5fc516ba5bf276897f7af63198b0eb316ca02a22 100644 (file)
@@ -757,7 +757,7 @@ syms_from_objfile (struct objfile *objfile, struct section_addr_info *addrs,
   discard_cleanups (old_chain);
 
   /* Call this after reading in a new symbol table to give target
-     dependant code a crack at the new symbols.  For instance, this
+     dependent code a crack at the new symbols.  For instance, this
      could be used to update the values of target-specific symbols GDB
      needs to keep track of (such as _sigtramp, or whatever).  */
 
@@ -1742,7 +1742,7 @@ reread_symbols (void)
              reread_one = 1;
 
              /* Call this after reading in a new symbol table to give target
-                dependant code a crack at the new symbols.  For instance, this
+                dependent code a crack at the new symbols.  For instance, this
                 could be used to update the values of target-specific symbols GDB
                 needs to keep track of (such as _sigtramp, or whatever).  */
 
This page took 0.027443 seconds and 4 git commands to generate.