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]

[committed] testsuite: gdb.arch/altivec-abi.exp: Fix a typo


Hi,

 Committed as obvious.

2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>

	gdb/testsuite/
	* gdb.arch/altivec-abi.exp: Fix a typo.

  Maciej

gdb-7.2.50.20101005-test-altivec-abi-0.patch
Index: gdb/testsuite/gdb.arch/altivec-abi.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/altivec-abi.exp,v
retrieving revision 1.20
diff -u -p -r1.20 altivec-abi.exp
--- gdb/testsuite/gdb.arch/altivec-abi.exp	14 Jul 2010 14:54:58 -0000	1.20
+++ gdb/testsuite/gdb.arch/altivec-abi.exp	5 Oct 2010 20:33:14 -0000
@@ -103,10 +103,10 @@ proc altivec_abi_tests { extra_flags for
 	"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" \


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