Fix typo; return -> returns.

This commit is contained in:
Ed Schouten 2012-01-01 20:30:48 +00:00
parent de85bfc508
commit a4ec012311

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.