diff options
author | David Anderson <davea@sgi.com> | 2000-09-02 00:12:17 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-02 00:12:17 +0000 |
commit | 1e209e64888329d06f0d7b4f57906aac11d35dbc (patch) | |
tree | 53d78f286a98f7d682391b7365b48bd03b81b106 /gdb/symfile.h | |
parent | 08dab198cfc820e37de35ebc7fd995974f22e84d (diff) | |
download | gdb-1e209e64888329d06f0d7b4f57906aac11d35dbc.tar.gz |
Corrected spelling in comment: dependant -> dependent.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 56cf4653850..efc6b77e248 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -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; |