From: H.J. Lu Date: Mon, 3 Feb 2020 01:14:12 +0000 (-0800) Subject: section.c: Fix typo in comments (withe -> with) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef4627fabaebd4f4a2bc2c5e92c95d747f388d78;p=binutils-gdb.git section.c: Fix typo in comments (withe -> with) * bfd-in2.h: Regenerated. * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f8e7dfaf94f..f758f650340 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2020-02-02 H.J. Lu + + * bfd-in2.h: Regenerated. + * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments. + 2020-02-02 H.J. Lu PR gas/25380 diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index c890520ccb1..09a5a39ff5e 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -933,7 +933,7 @@ typedef struct bfd_section #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. 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.