aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
committerRebecca Cran <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
commit6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch)
tree1f08a200604ea39c38fc67b8558b5638a6dfba0d /lib/libstand
parentade7b47061ff5015b869ce84896d2381e8bb9799 (diff)
Notes
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/environment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/environment.c b/lib/libstand/environment.c
index c30b7306eee9..3505ccd98d4d 100644
--- a/lib/libstand/environment.c
+++ b/lib/libstand/environment.c
@@ -59,7 +59,7 @@ env_getenv(const char *name)
* Some notes:
*
* If the EV_VOLATILE flag is set, a copy of the variable is made.
- * If EV_DYNAMIC is set, the the variable has been allocated with
+ * If EV_DYNAMIC is set, the variable has been allocated with
* malloc and ownership transferred to the environment.
* If (value) is NULL, the variable is set but has no value.
*/