diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-03-22 00:09:49 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-03-22 00:09:49 +0000 |
commit | b8ec20c809b80afbd9fff9e994de3ec76dbfdf33 (patch) | |
tree | 64806acb972fa2530a95f4c49b13919a1d7ea373 /newlib/libc/stdlib | |
parent | 1b16b354fa345218ccf43d2482b0a8fb4682930f (diff) | |
download | newlib-b8ec20c809b80afbd9fff9e994de3ec76dbfdf33.zip newlib-b8ec20c809b80afbd9fff9e994de3ec76dbfdf33.tar.gz newlib-b8ec20c809b80afbd9fff9e994de3ec76dbfdf33.tar.bz2 |
Tue Mar 21 19:08:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
* libc/stdlib/envlock.c: Fixed comment typo.
Diffstat (limited to 'newlib/libc/stdlib')
-rw-r--r-- | newlib/libc/stdlib/envlock.c | 2 |
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 |