diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
| commit | 6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch) | |
| tree | 1f08a200604ea39c38fc67b8558b5638a6dfba0d /lib/libstand | |
| parent | ade7b47061ff5015b869ce84896d2381e8bb9799 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/environment.c | 2 |
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. */ |
