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

index 56cf465..efc6b77 100644 (file)
@@ -64,7 +64,7 @@ struct psymbol_allocation_list
 #define MAX_SECTIONS 40
 struct section_addr_info 
 {
-  /* Sections whose names are file format dependant. */
+  /* Sections whose names are file format dependent. */
   struct other_sections
   {
     CORE_ADDR addr;
index 5c65149..0dc3c8e 100644 (file)
@@ -1124,13 +1124,13 @@ extern void (*target_new_objfile_hook) (struct objfile *);
 #define target_pid_to_exec_file(pid) \
      (current_target.to_pid_to_exec_file) (pid)
 
-/* Hook to call target-dependant code after reading in a new symbol table.  */
+/* Hook to call target-dependent code after reading in a new symbol table.  */
 
 #ifndef TARGET_SYMFILE_POSTREAD
 #define TARGET_SYMFILE_POSTREAD(OBJFILE)
 #endif
 
-/* Hook to call target dependant code just after inferior target process has
+/* Hook to call target dependent code just after inferior target process has
    started.  */
 
 #ifndef TARGET_CREATE_INFERIOR_HOOK