From 6336878d0c5cebc6c38386a4e5ee70b738d25ea2 Mon Sep 17 00:00:00 2001 From: jjohnstn Date: Wed, 22 Mar 2000 00:09:48 +0000 Subject: [PATCH] Tue Mar 21 19:08:00 2000 Jeff Johnston * libc/stdlib/envlock.c: Fixed comment typo. --- newlib/ChangeLog | 4 ++++ newlib/libc/stdlib/envlock.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 77bceab56e..0257852101 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 21 19:08:00 2000 Jeff Johnston + + * libc/stdlib/envlock.c: Fixed comment typo. + Fri Mar 17 15:37:00 2000 Jeff Johnston * libc/stdio/vfscanf.c (__svfscanf): Fixed floating point diff --git a/newlib/libc/stdlib/envlock.c b/newlib/libc/stdlib/envlock.c index 0ef6ec4917..85bb868e4c 100644 --- a/newlib/libc/stdlib/envlock.c +++ b/newlib/libc/stdlib/envlock.c @@ -20,7 +20,7 @@ TRAD_SYNOPSIS char *<[reent]>; DESCRIPTION -The <> family of routines call these functions when they need +The <> 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 <>, or if <> can be called reentrantly, then -- 2.11.0