[binutils-gdb] section.c: Fix typo in comments (withe -> with)
H.J.Lu
hjl@sourceware.org
Mon Feb 3 01:15:00 GMT 2020
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef4627fabaebd4f4a2bc2c5e92c95d747f388d78
commit ef4627fabaebd4f4a2bc2c5e92c95d747f388d78
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Sun Feb 2 17:14:12 2020 -0800
section.c: Fix typo in comments (withe -> with)
* bfd-in2.h: Regenerated.
* section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
Diff:
---
bfd/ChangeLog | 5 +++++
bfd/bfd-in2.h | 2 +-
bfd/section.c | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f8e7dfa..f758f65 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
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
* bfd-in2.h: Regenerated.
* ecoff.c (bfd_debug_section): Add section_id.
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index c890520..09a5a39 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 161ed33..0c15a0d 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.
More information about the Binutils-cvs
mailing list