Author: mjg
Date: Sun May 12 06:42:17 2019
New Revision: 347504
URL: https://svnweb.freebsd.org/changeset/base/347504

Log:
  amd64: fixup MEMMOVE comment (10 -> r10)
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/sys/amd64/amd64/support.S

Modified: head/sys/amd64/amd64/support.S
==============================================================================
--- head/sys/amd64/amd64/support.S      Sun May 12 06:39:30 2019        
(r347503)
+++ head/sys/amd64/amd64/support.S      Sun May 12 06:42:17 2019        
(r347504)
@@ -205,7 +205,7 @@ END(memcmp)
  * rsi - source
  * rdx - count
  *
- * The macro possibly clobbers the above and: rcx, r8, r9, 10
+ * The macro possibly clobbers the above and: rcx, r8, r9, r10
  * It does not clobber rax nor r11.
  */
 .macro MEMMOVE erms overlap begin end
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to