From e16ba10cd48f16c2197a47e75adc2699e3c41542 Mon Sep 17 00:00:00 2001
From: Jeff Law <law@gcc.gnu.org>
Date: Wed, 25 Aug 1999 02:20:06 -0600
Subject: [PATCH] Fix typos.

From-SVN: r28850
---
 gcc/ch/ChangeLog      | 2 +-
 gcc/ch/chill.texi     | 2 +-
 gcc/ch/lang-options.h | 2 +-
 gcc/ch/timing.c       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog
index 529c93c770e3..35d7c277e349 100644
--- a/gcc/ch/ChangeLog
+++ b/gcc/ch/ChangeLog
@@ -786,7 +786,7 @@ Thu Jan 29 15:34:18 1998  Dave Brolley  <brolley@cygnus.com>
 
 Tue Nov 25 10:44:19 1997  Nick Clifton  <nickc@cygnus.com>
 
-	* Make-lang.in (mostlyclean): Use && to seperate commands, so that 
+	* Make-lang.in (mostlyclean): Use && to separate commands, so that 
 	if the directory change fails, the rule will not loop.
 
 Mon Mar  3 12:08:19 1997  Fred Fish  <fnf@cygnus.com>
diff --git a/gcc/ch/chill.texi b/gcc/ch/chill.texi
index 92d689107e29..96eb88f30e30 100644
--- a/gcc/ch/chill.texi
+++ b/gcc/ch/chill.texi
@@ -742,7 +742,7 @@ The optional PRIORITY specification need not be a constant.
 
 @item 6.17 Delay Case Action@*
 The optional SET branch and the, also optional, PRIORITY branch must be
-seperated by `;'.
+separated by `;'.
 
 @item 6.18 Send Action@*
 The send action must define a destination instance (via the TO branch),
diff --git a/gcc/ch/lang-options.h b/gcc/ch/lang-options.h
index cf0c44e1014c..1482680530ae 100644
--- a/gcc/ch/lang-options.h
+++ b/gcc/ch/lang-options.h
@@ -28,7 +28,7 @@ DEFINE_LANG_NAME ("Chill")
      
   { "-lang-chill", "" },
   { "-flocal-loop-counter", "" },
-  { "-fno-local-loop-counter", "Do not make seperate scopes for every 'for' loop"},
+  { "-fno-local-loop-counter", "Do not make separate scopes for every 'for' loop"},
   { "-fgrant-only", "Stop after successfully generating a grant file" },
   { "-fchill-grant-only", "" },
   { "-fold-strings", "Implement the 1984 Chill string semantics" },
diff --git a/gcc/ch/timing.c b/gcc/ch/timing.c
index f60cc7aca97b..552eddf9f912 100644
--- a/gcc/ch/timing.c
+++ b/gcc/ch/timing.c
@@ -56,7 +56,7 @@ static tree rtstime_type_node = NULL_TREE;
 */
 tree after_stack = NULL_TREE;
 
-/* in pass 1 we need a seperate list for the labels */
+/* in pass 1 we need a separate list for the labels */
 static tree after_stack_pass_1 = NULL_TREE;
 static tree after_help;
 
-- 
GitLab