patch-1.3.87 linux/scripts/tkcond.c
Next file: linux/CHANGES
Previous file: linux/scripts/tail.tk
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Fri Apr 12 09:49:51 1996
- Orig file:
v1.3.86/linux/scripts/tkcond.c
- Orig date:
Sun Mar 17 09:58:21 1996
diff -u --recursive --new-file v1.3.86/linux/scripts/tkcond.c linux/scripts/tkcond.c
@@ -19,7 +19,7 @@
* This file contains the code to further process the conditions from
* the "ifdef" clauses.
*
- * The conditions are assumed to be one of the folowing formats
+ * The conditions are assumed to be one of the following formats
*
* simple_condition:= "$VARIABLE" == y/n/m
* simple_condition:= "$VARIABLE != y/n/m
@@ -94,7 +94,7 @@
/*
* Walk all of the conditions, and look for choice values. Convert
- * the tokens into something more digestable.
+ * the tokens into something more digestible.
*/
void fix_choice_cond()
{
@@ -120,7 +120,7 @@
/*
* Look ahead for what we are comparing this to. There should
- * be one operator inbetween.
+ * be one operator in between.
*/
cond2 = cond->next->next;
strcpy(tmpbuf, cond->variable.cfg->label);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this