This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 11/23] Fix spelling mistakes in comments in XML files
- From: Ambrogino Modigliani <ambrogino dot modigliani at gmail dot com>
- To: gdb-patches at sourceware dot org, pedro_alves at portugalmail dot pt, ambrogino dot modigliani at gmail dot com, ambrogino dot modigliani at mail dot com
- Date: Sun, 20 Nov 2016 18:38:06 +0100
- Subject: [PATCH 11/23] Fix spelling mistakes in comments in XML files
- Authentication-results: sourceware.org; auth=none
- References: <1479663498-30295-1-git-send-email-ambrogino.modigliani@mail.com>
gdb/ChangeLog:
* gdb/features/rs6000/powerpc-601.xml: Fix spelling in comments.
* gdb/features/rs6000/rs6000.xml: Fix spelling in comments.
---
gdb/features/rs6000/powerpc-601.xml | 2 +-
gdb/features/rs6000/rs6000.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gdb/features/rs6000/powerpc-601.xml b/gdb/features/rs6000/powerpc-601.xml
index f1da9f9..d1ca6ef 100644
--- a/gdb/features/rs6000/powerpc-601.xml
+++ b/gdb/features/rs6000/powerpc-601.xml
@@ -11,7 +11,7 @@
<!DOCTYPE target SYSTEM "gdb-target.dtd">
<target>
<!-- This description is slightly different from the standard
- org.gnu.gdb.power.core, to accomodate mq. -->
+ org.gnu.gdb.power.core, to accommodate mq. -->
<feature name="org.gnu.gdb.power.core">
<reg name="r0" bitsize="32"/>
<reg name="r1" bitsize="32"/>
diff --git a/gdb/features/rs6000/rs6000.xml b/gdb/features/rs6000/rs6000.xml
index fc450a4..0572aed 100644
--- a/gdb/features/rs6000/rs6000.xml
+++ b/gdb/features/rs6000/rs6000.xml
@@ -13,7 +13,7 @@
<architecture>rs6000:6000</architecture>
<!-- This description is slightly different from the standard
- org.gnu.gdb.power.core, to accomodate mq, cnd, and cnt. -->
+ org.gnu.gdb.power.core, to accommodate mq, cnd, and cnt. -->
<feature name="org.gnu.gdb.power.core">
<reg name="r0" bitsize="32"/>
<reg name="r1" bitsize="32"/>
@@ -58,7 +58,7 @@
</feature>
<!-- This description is slightly different from the standard
- org.gnu.gdb.power.core, to accomodate historical numbering
+ org.gnu.gdb.power.core, to accommodate historical numbering
for fpscr. -->
<feature name="org.gnu.gdb.power.fpu">
<reg name="f0" bitsize="64" type="ieee_double" regnum="32"/>
--
2.7.4