This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 17/23] Fix spelling mistakes in comments in .inc files


sim/testsuite/ChangeLog:

        * sim/testsuite/sim/frv/testutils.inc: Fix spelling in comments.
        * sim/testsuite/sim/h8300/testutils.inc: Fix spelling in comments.
---
 sim/testsuite/sim/frv/testutils.inc   | 2 +-
 sim/testsuite/sim/h8300/testutils.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sim/testsuite/sim/frv/testutils.inc b/sim/testsuite/sim/frv/testutils.inc
index 8261b4f..3ff78f0 100644
--- a/sim/testsuite/sim/frv/testutils.inc
+++ b/sim/testsuite/sim/frv/testutils.inc
@@ -347,7 +347,7 @@ test_gr\@:
 	test_fr_iimmed	\val,fr31
 	.endm
 
-; Test CPR agains an immediate value
+; Test CPR against an immediate value
 	.macro test_cpr_limmed valh vall reg
 	addi		sp,-4,gr31
 	stc		\reg,@(gr31,gr0)
diff --git a/sim/testsuite/sim/h8300/testutils.inc b/sim/testsuite/sim/h8300/testutils.inc
index 9c2c27a..63d27d4 100644
--- a/sim/testsuite/sim/h8300/testutils.inc
+++ b/sim/testsuite/sim/h8300/testutils.inc
@@ -326,7 +326,7 @@ tccr\@:	.byte	0
 	mov.b	@tccr\@, r0l
 	.endm
 
-; Test that all (accessable) condition codes are clear
+; Test that all (accessible) condition codes are clear
 	.macro test_cc_clear
 	test_carry_clear
 	test_ovf_clear
-- 
2.7.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]