]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
section.c: Fix typo in comments (withe -> with)
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 3 Feb 2020 01:14:12 +0000 (17:14 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 3 Feb 2020 01:14:12 +0000 (17:14 -0800)
* bfd-in2.h: Regenerated.
* section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.

bfd/ChangeLog
bfd/bfd-in2.h
bfd/section.c

index f8e7dfaf94f2fe50fc870070d2388d35ac3dcd5d..f758f650340f6d539b7c0dcd4605016edd6a1390 100644 (file)
@@ -1,3 +1,8 @@
+2020-02-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bfd-in2.h: Regenerated.
+       * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
+
 2020-02-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/25380
index c890520ccb1cfc66a5f140f8d0f2f49cf55b1adb..09a5a39ff5e046b8794bf9d4394e78454b53d17e 100644 (file)
@@ -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.
index 161ed33edc47d8e96929fb6e00a195b96b2f3010..0c15a0d646fd94e6a112de8995669e27eccdcfcf 100644 (file)
@@ -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.