* gdb.arch/altivec-abi.exp: Fix a typo.
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 5 Oct 2010 20:38:02 +0000 (20:38 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 5 Oct 2010 20:38:02 +0000 (20:38 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/altivec-abi.exp

index 331d7bc5b06f4ad7ea817e1aad12ba5282433355..dfa5f0824b038d024e91caabbaddf711a23afa5e 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.arch/altivec-abi.exp: Fix a typo.
+
 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * lib/mi-support.exp (thread_selected_re): Correct pattern used
index 907257a1795564ff3f15d081ff93c6aaab134072..72723d8c962638c69960b1975829da9b845ed8f1 100644 (file)
@@ -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" \
This page took 0.039793 seconds and 4 git commands to generate.