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 | 9d8a64cb91ccfbbb2d18991dd855c14077d12bee (patch) | |
tree | 89162fc4ff8684aaa2e4897bf92ba017695305a3 /gdb/symfile.h | |
parent | 38c2ef12c323230828473d91f3ca7e2d8c654dbf (diff) | |
download | gdb-9d8a64cb91ccfbbb2d18991dd855c14077d12bee.zip gdb-9d8a64cb91ccfbbb2d18991dd855c14077d12bee.tar.gz gdb-9d8a64cb91ccfbbb2d18991dd855c14077d12bee.tar.bz2 |
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 56cf465..efc6b77 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; |