git: 9a8e4527f07d - main - amd64: typo fix: memcmpy -> memcmp in a comment

Mateusz Guzik mjg at FreeBSD.org
Sat Jun 26 16:25:10 UTC 2021


The branch main has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=9a8e4527f07dbb356bb1942efc09888f957df056

commit 9a8e4527f07dbb356bb1942efc09888f957df056
Author:     Mateusz Guzik <mjg at FreeBSD.org>
AuthorDate: 2021-06-26 03:57:47 +0000
Commit:     Mateusz Guzik <mjg at FreeBSD.org>
CommitDate: 2021-06-26 16:24:46 +0000

    amd64: typo fix: memcmpy -> memcmp in a comment
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 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 d511fe265996..e21374233c84 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)


More information about the dev-commits-src-all mailing list