aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1999-04-12 15:23:27 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1999-04-12 15:23:27 +0000
commit4c1b08b3bba3cd2f4ef58acf85da277d915bab28 (patch)
tree9f30eca45948c95c74746e07b219a2239d807ac5
parente9e9477aac94781ddac89cd06f4f129dabc7f45c (diff)
Notes
-rw-r--r--bin/sh/var.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/var.c b/bin/sh/var.c
index 9b9f0eeeb10ef..eea73c7d2911d 100644
--- a/bin/sh/var.c
+++ b/bin/sh/var.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$Id: var.c,v 1.12 1998/05/18 06:44:24 charnier Exp $";
+ "$Id: var.c,v 1.13 1999/04/03 11:41:46 cracauer Exp $";
#endif /* not lint */
#include <unistd.h>
@@ -218,7 +218,7 @@ setvarsafe(name, val, flags)
}
/*
- * Set the value of a variable. The flags argument is stored with the
+ * Set the value of a variable. The flags argument is tored with the
* flags of the variable. If val is NULL, the variable is unset.
*/