diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-08-25 02:20:06 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-25 02:20:06 -0600 |
commit | e16ba10cd48f16c2197a47e75adc2699e3c41542 (patch) | |
tree | 8291ede61de895091684b24e906b09e2793714f2 /gcc/ch | |
parent | ca236658f42c239af698ae0f68120d364319185b (diff) | |
download | gcc-e16ba10cd48f16c2197a47e75adc2699e3c41542.zip gcc-e16ba10cd48f16c2197a47e75adc2699e3c41542.tar.gz gcc-e16ba10cd48f16c2197a47e75adc2699e3c41542.tar.bz2 |
Fix typos.
From-SVN: r28850
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/ch/chill.texi | 2 | ||||
-rw-r--r-- | gcc/ch/lang-options.h | 2 | ||||
-rw-r--r-- | gcc/ch/timing.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 529c93c..35d7c27 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 92d6891..96eb88f 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 cf0c44e..14826805 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 f60cc7a..552eddf 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; |