Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 17:37:07 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333328 - head/sys/amd64/amd64
Message-ID:  <201805071737.w47Hb72t010810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@tools.de     (Wolfgang Solfrank, TooLs GmbH) +49-228-985800
  */
 ENTRY(memmove)



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