summaryrefslogtreecommitdiff
path: root/libiberty/setenv.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-10-10 00:05:13 +0000
committerDJ Delorie <dj@delorie.com>2001-10-10 00:05:13 +0000
commit91aaff41e566741d1e4e0fdf4f495326387a6ff6 (patch)
tree83191d18f3d79138623d09294988868963f9d6c6 /libiberty/setenv.c
parentb539c4d0a138be9fcb761e1a3d8fe91f0aad66ea (diff)
downloadgdb-91aaff41e566741d1e4e0fdf4f495326387a6ff6.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/setenv.c')
-rw-r--r--libiberty/setenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/setenv.c b/libiberty/setenv.c
index dcf84e1106d..79e38ed56b0 100644
--- a/libiberty/setenv.c
+++ b/libiberty/setenv.c
@@ -24,7 +24,7 @@
@code{setenv} adds @var{name} to the environment with value
@var{value}. If the name was already present in the environment,
-the new value will be stored only if @var{overwrite} is non-zero.
+the new value will be stored only if @var{overwrite} is nonzero.
The companion @code{unsetenv} function removes @var{name} from the
environment. This implementation is not safe for multithreaded code.