summaryrefslogtreecommitdiffstats
path: root/bin/sh/var.c
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2006-02-04 14:38:37 +0000
committerschweikh <schweikh@FreeBSD.org>2006-02-04 14:38:37 +0000
commit211f90fcfb5b98d900416388fccaed906c98e8d3 (patch)
treec4b3806ab1484412bc10dad6d84e7b4e34d7de25 /bin/sh/var.c
parent627562241f7935df08be6f0a0d83eafaeeaaa7fa (diff)
downloadFreeBSD-src-211f90fcfb5b98d900416388fccaed906c98e8d3.zip
FreeBSD-src-211f90fcfb5b98d900416388fccaed906c98e8d3.tar.gz
s/varable/variable/; s/tored/stored/
Diffstat (limited to 'bin/sh/var.c')
-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 4bc1a61..c7c7bff 100644
--- a/bin/sh/var.c
+++ b/bin/sh/var.c
@@ -124,7 +124,7 @@ STATIC int varequal(char *, char *);
STATIC int localevar(char *);
/*
- * Initialize the varable symbol tables and import the environment
+ * Initialize the variable symbol tables and import the environment.
*/
#ifdef mkinit
@@ -208,7 +208,7 @@ setvarsafe(char *name, char *val, int flags)
}
/*
- * Set the value of a variable. The flags argument is tored with the
+ * Set the value of a variable. The flags argument is stored with the
* flags of the variable. If val is NULL, the variable is unset.
*/
OpenPOWER on IntegriCloud