* doc/c-arm.texi: Add new fpe options to list of supported flags.
[deliverable/binutils-gdb.git] / libiberty / setenv.c
index dcf84e1106d2cd496a357ce68f7fcbba06a56b40..79e38ed56b0026902d7186f7e767023004d512e6 100644 (file)
@@ -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.
 
This page took 0.022611 seconds and 4 git commands to generate.