diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-02-02 17:14:12 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-02-02 17:14:12 -0800 |
commit | ef4627fabaebd4f4a2bc2c5e92c95d747f388d78 (patch) | |
tree | bde17378cb5fbf448e29974ed816c5ce46ff8667 /bfd/section.c | |
parent | a8c4d40b578378be3b12575d127d4c7bd9972f32 (diff) | |
download | binutils-gdb-ef4627fabaebd4f4a2bc2c5e92c95d747f388d78.tar.gz |
section.c: Fix typo in comments (withe -> with)
* bfd-in2.h: Regenerated.
* section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
Diffstat (limited to 'bfd/section.c')
-rw-r--r-- | bfd/section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/section.c b/bfd/section.c index 161ed33edc4..0c15a0d646f 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -292,7 +292,7 @@ CODE_FRAGMENT .#define SEC_LINKER_CREATED 0x100000 . . {* This section contains a section ID to distinguish different -. sections withe the same section name. *} +. sections with the same section name. *} .#define SEC_ASSEMBLER_SECTION_ID 0x100000 . . {* This section should not be subject to garbage collection. |