Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2021 16:28:28 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2b07b66a4d44 - stable/12 - amd64: typo fix: memcmpy -> memcmp in a comment
Message-ID:  <202106261628.15QGSSZj035313@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=2b07b66a4d44051babbd77eaffcc39404334d219

commit 2b07b66a4d44051babbd77eaffcc39404334d219
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2021-06-26 03:57:47 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2021-06-26 16:27:39 +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 c78055386def..f2bc07701f3c 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -106,7 +106,7 @@ ENTRY(sse2_pagezero)
 END(sse2_pagezero)
 
 /*
- * memcmpy(b1, b2, len)
+ * memcmp(b1, b2, len)
  *	   rdi,rsi,rdx
  */
 ENTRY(memcmp)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106261628.15QGSSZj035313>