The branch stable/13 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=9aee734554e847b0e456bf2109b1bc4d9f2f09fd
commit 9aee734554e847b0e456bf2109b1bc4d9f2f09fd Author: Mateusz Guzik <[email protected]> AuthorDate: 2021-06-26 03:57:47 +0000 Commit: Mateusz Guzik <[email protected]> CommitDate: 2021-06-26 16:27:06 +0000 amd64: typo fix: memcmpy -> memcmp in a comment Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit 9a8e4527f07dbb356bb1942efc09888f957df056) --- sys/amd64/amd64/support.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S index 9272870e9c5e..15f72a425cf1 100644 --- a/sys/amd64/amd64/support.S +++ b/sys/amd64/amd64/support.S @@ -82,7 +82,7 @@ ENTRY(pagecopy) END(pagecopy) /* - * memcmpy(b1, b2, len) + * memcmp(b1, b2, len) * rdi,rsi,rdx */ ENTRY(memcmp) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
