aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
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 c30b7306eee9a..3505ccd98d4d9 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.
*/