bzero.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-05 14:45:36 +02:00
parent 725399bba7
commit e6af0066c8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function performs the same task as
It differs from
.BR bzero ()
in that it guarantees that compiler optimizations will not remove the
erase option if the compiler deduces that the operation is "unnecessary".
erase operation if the compiler deduces that the operation is "unnecessary".
.SH RETURN VALUE
None.
.SH VERSIONS