svn commit: r250422 - head/bin/sh
Eitan Adler
eadler at FreeBSD.org
Thu May 9 21:29:17 UTC 2013
Author: eadler
Date: Thu May 9 21:29:16 2013
New Revision: 250422
URL: http://svnweb.freebsd.org/changeset/base/250422
Log:
Fix two typos
Reviewed by: jilles
Modified:
head/bin/sh/var.c
Modified: head/bin/sh/var.c
==============================================================================
--- head/bin/sh/var.c Thu May 9 21:29:13 2013 (r250421)
+++ head/bin/sh/var.c Thu May 9 21:29:16 2013 (r250422)
@@ -877,7 +877,7 @@ unsetvar(const char *s)
/*
- * Returns true if the two strings specify the same varable. The first
+ * Returns true if the two strings specify the same variable. The first
* variable name is terminated by '='; the second may be terminated by
* either '=' or '\0'.
*/
@@ -898,7 +898,7 @@ varequal(const char *p, const char *q)
* Search for a variable.
* 'name' may be terminated by '=' or a NUL.
* vppp is set to the pointer to vp, or the list head if vp isn't found
- * lenp is set to the number of charactets in 'name'
+ * lenp is set to the number of characters in 'name'
*/
static struct var *
More information about the svn-src-all
mailing list