diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 28024ecf57900c802b450c5d820bdf8c9f7f9baf..4833111fd9aa2c9abe123f0ab10b5b7d855c0f69 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
 2006-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* gcc.dg/builtins-20.c: Add tests for hypot.
diff --git a/gcc/testsuite/gcc.c-torture/execute/20020118-1.c b/gcc/testsuite/gcc.c-torture/execute/20020118-1.c
index 44bf67e6e687470e0f587fb6989c42231e79faac..fc53858c427f669f0d33d200ea34c14e6d85acdd 100644
--- a/gcc/testsuite/gcc.c-torture/execute/20020118-1.c
+++ b/gcc/testsuite/gcc.c-torture/execute/20020118-1.c
@@ -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);
 
diff --git a/gcc/testsuite/gcc.c-torture/execute/builtins/strlen.c b/gcc/testsuite/gcc.c-torture/execute/builtins/strlen.c
index 3d84c61fd4cb6320252a7e3ebd7d7bbe08b882f7..0a9681770ceb1346c0a19450290a8adb129f7c89 100644
--- a/gcc/testsuite/gcc.c-torture/execute/builtins/strlen.c
+++ b/gcc/testsuite/gcc.c-torture/execute/builtins/strlen.c
@@ -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
diff --git a/gcc/testsuite/gcc.c-torture/execute/pr23135.c b/gcc/testsuite/gcc.c-torture/execute/pr23135.c
index 04abc2a648303f058e0989b42ef034c7b7910cf6..a96f0a77a899ee4a3b1be24d3e7fedd02f1e6d8e 100644
--- a/gcc/testsuite/gcc.c-torture/execute/pr23135.c
+++ b/gcc/testsuite/gcc.c-torture/execute/pr23135.c
@@ -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
diff --git a/gcc/testsuite/lib/fortran-torture.exp b/gcc/testsuite/lib/fortran-torture.exp
index feb3c03fc9d9104cde0e085f02c08130a6c646d6..801fb43eb17d077c3496817b6ddaf03126f5393c 100644
--- a/gcc/testsuite/lib/fortran-torture.exp
+++ b/gcc/testsuite/lib/fortran-torture.exp
@@ -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"