This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] testsuite/*: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2006-10-29  Kazu Hirata  <kazu@codesourcery.com>

	* gcc.c-torture/execute/20020118-1.c,
	gcc.c-torture/execute/builtins/strlen.c,
	gcc.c-torture/execute/pr23135.c, lib/fortran-torture.exp: Fix
	comment typos.

Index: gcc.c-torture/execute/20020118-1.c
===================================================================
--- gcc.c-torture/execute/20020118-1.c	(revision 118129)
+++ gcc.c-torture/execute/20020118-1.c	(working copy)
@@ -1,4 +1,4 @@
-/* This tests an insn length of sign extention on h8300 port.  */
+/* This tests an insn length of sign extension on h8300 port.  */
 
 extern void exit (int);
 
Index: gcc.c-torture/execute/builtins/strlen.c
===================================================================
--- gcc.c-torture/execute/builtins/strlen.c	(revision 118129)
+++ gcc.c-torture/execute/builtins/strlen.c	(working copy)
@@ -10,7 +10,7 @@
    and perform correctly. The multiple calls to strcpy are to prevent
    the potentially "pure" strlen calls from being removed by CSE.
 
-   Modifed by Ben Elliston, 2006-10-25:
+   Modified by Ben Elliston, 2006-10-25:
    The multiple calls to strcpy that Roger mentions above are
    problematic on systems where strcpy is implemented using strlen
    (which this test overrides to call abort).  So, rather than use
Index: gcc.c-torture/execute/pr23135.c
===================================================================
--- gcc.c-torture/execute/pr23135.c	(revision 118129)
+++ gcc.c-torture/execute/pr23135.c	(working copy)
@@ -1,4 +1,4 @@
-/* Based on execute/simd-1.c, modifed by joern.rennecke@st.com to
+/* Based on execute/simd-1.c, modified by joern.rennecke@st.com to
    trigger a reload bug.  Verified for gcc mainline from 20050722 13:00 UTC
    for sh-elf -m4 -O2.  */
 #ifndef STACK_SIZE
Index: lib/fortran-torture.exp
===================================================================
--- lib/fortran-torture.exp	(revision 118129)
+++ lib/fortran-torture.exp	(working copy)
@@ -240,7 +240,7 @@ proc fortran-torture-execute { src } {
 		untested "$testcase execution, $option"
 		continue
 	    } else {
-		# FIXME: since we can't test for the existance of a remote
+		# FIXME: since we can't test for the existence of a remote
 		# file without short of doing an remote file list, we assume
 		# that since we got no output, it must have compiled.
 		pass "$testcase compilation, $option"		


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