Commit e16ba10c by Jeff Law

Fix typos.

From-SVN: r28850
parent ca236658
......@@ -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>
......
......@@ -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),
......
......@@ -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" },
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment