Fix typo; return -> returns.

This commit is contained in:
ed 2012-01-01 20:30:48 +00:00
parent a201da7178
commit 5f479a9ff5

View File

@ -46,7 +46,7 @@ in string
.Sh RETURN VALUES
The
.Fn memcchr
function return a pointer to the byte located, or NULL if no such byte
function returns a pointer to the byte located, or NULL if no such byte
exists within
.Fa len
bytes.