aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2010-10-05 20:38:02 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2010-10-05 20:38:02 +0000
commit7d8ac8bbbb0022af4e59866881a79ce4ebe1d466 (patch)
treeb923795240acacc75e77cc4f848a6d63ccc41b2c /gdb/testsuite/gdb.arch
parenta8c62f1c04868c432611f443d0fac5ac5bbadae9 (diff)
downloadgdb-7d8ac8bbbb0022af4e59866881a79ce4ebe1d466.zip
gdb-7d8ac8bbbb0022af4e59866881a79ce4ebe1d466.tar.gz
gdb-7d8ac8bbbb0022af4e59866881a79ce4ebe1d466.tar.bz2
* gdb.arch/altivec-abi.exp: Fix a typo.
Diffstat (limited to 'gdb/testsuite/gdb.arch')
-rw-r--r--gdb/testsuite/gdb.arch/altivec-abi.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/altivec-abi.exp b/gdb/testsuite/gdb.arch/altivec-abi.exp
index 907257a..72723d8 100644
--- a/gdb/testsuite/gdb.arch/altivec-abi.exp
+++ b/gdb/testsuite/gdb.arch/altivec-abi.exp
@@ -103,10 +103,10 @@ proc altivec_abi_tests { extra_flags force_abi } {
"Attempt to take address of value not located in memory." \
"Attempt to take address of the return value of vec_func"
- # Attempt to assing a value to the return value of vec_func.
+ # Attempt to assign a value to the return value of vec_func.
gdb_test "set variable vec_func(vshort,vushort,vint,vuint,vchar,vuchar,vfloat,x,y,a,b,c,intv_on_stack) = {0,1,2,3}" \
"Left operand of assignment is not an lvalue." \
- "Attempt to assing a value to the return value of vec_func"
+ "Attempt to assign a value to the return value of vec_func"
# Let's step into the function, to see if the args are printed correctly.
gdb_test "step" \