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>
@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),
{ "-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" },
*/
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;