svn commit: r333328 - head/sys/amd64/amd64

Mateusz Guzik mjg at FreeBSD.org
Mon May 7 17:37:08 UTC 2018


Author: mjg
Date: Mon May  7 17:37:07 2018
New Revision: 333328
URL: https://svnweb.freebsd.org/changeset/base/333328

Log:
  amd64: tweak the memmove comment regarding authorship
  
  To make it clear the mentioned author did not write memmove.

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

Modified: head/sys/amd64/amd64/support.S
==============================================================================
--- head/sys/amd64/amd64/support.S	Mon May  7 16:22:17 2018	(r333327)
+++ head/sys/amd64/amd64/support.S	Mon May  7 17:37:07 2018	(r333328)
@@ -164,7 +164,7 @@ END(bcopy)
 /*
  * memmove(dst, src, cnt)
  *         rdi, rsi, rdx
- * Original by:
+ * Adapted from bcopy written by:
  *  ws at tools.de     (Wolfgang Solfrank, TooLs GmbH) +49-228-985800
  */
 ENTRY(memmove)


More information about the svn-src-head mailing list