Signed-off-by: Tom Schwindl <schwindl@xxxxxxxxx> --- man3/memcmp.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/memcmp.3 b/man3/memcmp.3 index c2427a00ac12..26aeaa439e78 100644 --- a/man3/memcmp.3 +++ b/man3/memcmp.3 @@ -73,7 +73,7 @@ Instead, a function that performs comparisons in constant time is required. Some operating systems provide such a function (e.g., NetBSD's .BR consttime_memequal ()), but no such function is specified in POSIX. -On Linux, it may be necessary to implement such a function oneself. +On Linux, it may be necessary to implement such a function yourself. .SH SEE ALSO .BR bstring (3), .BR strcasecmp (3), -- 2.39.1