From e16ba10cd48f16c2197a47e75adc2699e3c41542 Mon Sep 17 00:00:00 2001 From: Jeff Law 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 529c93c770e..35d7c277e34 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -786,7 +786,7 @@ Thu Jan 29 15:34:18 1998 Dave Brolley Tue Nov 25 10:44:19 1997 Nick Clifton - * 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 diff --git a/gcc/ch/chill.texi b/gcc/ch/chill.texi index 92d689107e2..96eb88f30e3 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 cf0c44e1014..1482680530a 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 f60cc7aca97..552eddf9f91 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; -- 2.30.2