aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/envlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/envlock.c')
-rw-r--r--newlib/libc/stdlib/envlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/envlock.c b/newlib/libc/stdlib/envlock.c
index 0ef6ec4..85bb868 100644
--- a/newlib/libc/stdlib/envlock.c
+++ b/newlib/libc/stdlib/envlock.c
@@ -20,7 +20,7 @@ TRAD_SYNOPSIS
char *<[reent]>;
DESCRIPTION
-The <<stenv>> family of routines call these functions when they need
+The <<setenv>> family of routines call these functions when they need
to modify the environ variable. The version of these routines supplied
in the library does not do anything. If multiple threads of execution
can call <<setenv>>, or if <<setenv>> can be called reentrantly, then