diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:44 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:04:38 +1030 |
commit | 370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba (patch) | |
tree | 97e120ccbe803f6c88dc4f51001b0b55c97bcc50 /ld/deffile.h | |
parent | 576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06 (diff) | |
download | gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.zip gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.tar.gz gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.tar.bz2 |
Fix spelling in comments in C source files (ld)
* deffile.h: Fix spelling in comments.
* ld.h: Fix spelling in comments.
* ldlang.c: Fix spelling in comments.
* ldmisc.c: Fix spelling in comments.
* pe-dll.c: Fix spelling in comments.
Diffstat (limited to 'ld/deffile.h')
-rw-r--r-- | ld/deffile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/deffile.h b/ld/deffile.h index 26e0431..e6d98eb 100644 --- a/ld/deffile.h +++ b/ld/deffile.h @@ -34,7 +34,7 @@ typedef struct def_file_section { typedef struct def_file_export { char *name; /* always set */ char *internal_name; /* always set, may == name */ - char *its_name; /* optional export table name refered to. */ + char *its_name; /* optional export table name referred to. */ int ordinal; /* -1 if not specified */ int hint; char flag_private, flag_constant, flag_noname, flag_data, flag_forward; @@ -50,7 +50,7 @@ typedef struct def_file_import { char *internal_name; /* always set */ def_file_module *module; /* always set */ char *name; /* may be NULL; either this or ordinal will be set */ - char *its_name; /* optional import table name refered to. */ + char *its_name; /* optional import table name referred to. */ int ordinal; /* may be -1 */ int data; /* = 1 if data */ } def_file_import; |