summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:47 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 15:08:06 +1030
commitc29ae970e781780026c45ec7ffeed68ac87524d6 (patch)
treeed0b0e140917e6de57d0d95454e42d3613ab51bb
parent15a086bed79aff51c9ace7d3b5f389e8cd38399b (diff)
downloadbinutils-gdb-c29ae970e781780026c45ec7ffeed68ac87524d6.tar.gz
Fix spelling in comments in Expect scripts (gas)
* testsuite/gas/all/gas.exp: Fix spelling in comments. * testsuite/gas/cris/cris.exp: Fix spelling in comments. * testsuite/gas/hppa/basic/basic.exp: Fix spelling in comments. * testsuite/gas/hppa/parse/parse.exp: Fix spelling in comments. * testsuite/gas/hppa/reloc/reloc.exp: Fix spelling in comments. * testsuite/gas/sh/arch/arch.exp: Fix spelling in comments. * testsuite/gas/tic4x/tic4x.exp: Fix spelling in comments.
-rw-r--r--gas/ChangeLog10
-rw-r--r--gas/testsuite/gas/all/gas.exp4
-rw-r--r--gas/testsuite/gas/cris/cris.exp2
-rw-r--r--gas/testsuite/gas/hppa/basic/basic.exp2
-rw-r--r--gas/testsuite/gas/hppa/parse/parse.exp2
-rw-r--r--gas/testsuite/gas/hppa/reloc/reloc.exp2
-rw-r--r--gas/testsuite/gas/sh/arch/arch.exp2
-rw-r--r--gas/testsuite/gas/tic4x/tic4x.exp8
8 files changed, 21 insertions, 11 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c3877f063fe..5876687ff56 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,15 @@
2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
+ * testsuite/gas/all/gas.exp: Fix spelling in comments.
+ * testsuite/gas/cris/cris.exp: Fix spelling in comments.
+ * testsuite/gas/hppa/basic/basic.exp: Fix spelling in comments.
+ * testsuite/gas/hppa/parse/parse.exp: Fix spelling in comments.
+ * testsuite/gas/hppa/reloc/reloc.exp: Fix spelling in comments.
+ * testsuite/gas/sh/arch/arch.exp: Fix spelling in comments.
+ * testsuite/gas/tic4x/tic4x.exp: Fix spelling in comments.
+
+2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
+
* testsuite/gas/arm/local_function.d: Fix spelling in comments.
* testsuite/gas/arm/req.s: Fix spelling in comments.
* testsuite/gas/arm/vfp1.s: Fix spelling in comments.
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index eb225fc2ceb..c9577e2cb8e 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -247,7 +247,7 @@ proc do_930509a {} {
set x 0
gas_start "x930509.s" "-al"
while 1 {
-# We need to accomodate both byte orders here.
+# We need to accommodate both byte orders here.
# If ".long" means an 8-byte value on some target someday, this test will have
# to be fixed.
expect {
@@ -311,7 +311,7 @@ case $target_triplet in {
# character (it is allowed to be a line comment character).
if [string match "" [lindex [gas_run excl.s "-o /dev/null" ""] 0]] {
run_dump_test altmac2
- # Similarly this test does not work when ! is a line seperator.
+ # Similarly this test does not work when ! is a line separator.
run_dump_test eval
}
}
diff --git a/gas/testsuite/gas/cris/cris.exp b/gas/testsuite/gas/cris/cris.exp
index 02dc358610d..7894542a0cb 100644
--- a/gas/testsuite/gas/cris/cris.exp
+++ b/gas/testsuite/gas/cris/cris.exp
@@ -60,7 +60,7 @@ proc test_template_insn_reg_mem { args } {
}
# Any extra replacements (like modifying the test name to something
- # else than the @OC@ modification). Replaces occurences of @OR@.
+ # else than the @OC@ modification). Replaces occurrences of @OR@.
if { [llength $args] >= 11 } then {
set extra_OR_replace [lindex $args 10]
} else {
diff --git a/gas/testsuite/gas/hppa/basic/basic.exp b/gas/testsuite/gas/hppa/basic/basic.exp
index de85e88c43f..94ecef35567 100644
--- a/gas/testsuite/gas/hppa/basic/basic.exp
+++ b/gas/testsuite/gas/hppa/basic/basic.exp
@@ -17,7 +17,7 @@
# Please email any bugs, comments, and/or additions to this file to:
# dejagnu@gnu.org
-# Written by the Center for Software Science at the Univeristy of Utah
+# Written by the Center for Software Science at the University of Utah
# and by Cygnus Support.
proc do_imem {} {
diff --git a/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp
index 8168deff23e..eaf2595f07f 100644
--- a/gas/testsuite/gas/hppa/parse/parse.exp
+++ b/gas/testsuite/gas/hppa/parse/parse.exp
@@ -192,7 +192,7 @@ if [istarget hppa*-*-*] then {
setup_xfail "hppa*-*-*elf*" "hppa*-*-linux*" "hppa*64*-*-*"
gas_test "ssbug.s" "" "" "Check for acceptance of non-default subspaces"
- # To be compatable with certain "features" of the HP compiler
+ # To be compatible with certain "features" of the HP compiler
# non-existant registers should default to %r0.
gas_test "defbug.s" "" "" "Missing register should default to %%r0"
diff --git a/gas/testsuite/gas/hppa/reloc/reloc.exp b/gas/testsuite/gas/hppa/reloc/reloc.exp
index ccb88a377c9..8edfa8b1dc6 100644
--- a/gas/testsuite/gas/hppa/reloc/reloc.exp
+++ b/gas/testsuite/gas/hppa/reloc/reloc.exp
@@ -657,7 +657,7 @@ if [istarget hppa*-*-*] then {
# Make sure we put the right relocation entry on a BLE instruction.
do_ble_relocation_test
- # Make sure relocation reductions are not too agressive about
+ # Make sure relocation reductions are not too aggressive about
# adjusting relocations against some symbols.
do_relocation_reduction_tests
diff --git a/gas/testsuite/gas/sh/arch/arch.exp b/gas/testsuite/gas/sh/arch/arch.exp
index 9c79ebb879a..d79c2d014b4 100644
--- a/gas/testsuite/gas/sh/arch/arch.exp
+++ b/gas/testsuite/gas/sh/arch/arch.exp
@@ -100,7 +100,7 @@ proc test_arch { file opt arch resultfile } {
}
-# This procedure tests that a file that is not suposed to assemble
+# This procedure tests that a file that is not supposed to assemble
# with a given option does, in fact, not assemble.
# It also writes an entry to the arch_results.txt file.
diff --git a/gas/testsuite/gas/tic4x/tic4x.exp b/gas/testsuite/gas/tic4x/tic4x.exp
index ab37dd8bc32..9f2d22c32e0 100644
--- a/gas/testsuite/gas/tic4x/tic4x.exp
+++ b/gas/testsuite/gas/tic4x/tic4x.exp
@@ -23,7 +23,7 @@ proc do_930509a_tic4x {} {
set x 0
gas_start "../all/x930509.s" "-al"
while 1 {
-# We need to accomodate both byte orders here.
+# We need to accommodate both byte orders here.
# If ".long" means an 8-byte value on some target someday, this test will have
# to be fixed.
expect {
@@ -53,7 +53,7 @@ if [istarget *c4x*-*-*] then {
run_dump_test "registers_c3x"
run_dump_test "registers_c4x"
- # Make sure the c4x registers dont work on c3x
+ # Make sure the c4x registers don't work on c3x
gas_test_error "registers.s" "-m30 --defsym TEST_C4X=1" "c4x register usage in c3x"
# Test data storage
@@ -66,7 +66,7 @@ if [istarget *c4x*-*-*] then {
run_dump_test "addressing_c3x"
run_dump_test "addressing_c4x"
- # Make sure the c4x addressing dont work on c3x
+ # Make sure the c4x addressing don't work on c3x
gas_test_error "addressing.s" "-m30 --defsym TEST_C4X=1" "c4x addressing usage in c3x"
# Test float instructions
@@ -74,7 +74,7 @@ if [istarget *c4x*-*-*] then {
run_dump_test "opcodes_c4x"
run_dump_test "opcodes_new"
- # Make sure the c4x ops dont work on c3x
+ # Make sure the c4x ops don't work on c3x
#gas_test_error "opcodes.s" "-m30 --defsym TEST_C4X=1" "c4x instruction usage in c3x"
# -- for some reason this test crashes dejagnu, hence disabled!
}