[ Charset UTF-8 unsupported, converting... ]
> 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:
>   *  w...@tools.de     (Wolfgang Solfrank, TooLs GmbH) +49-228-985800

Thank you, that makes it clearer.

>   */
>  ENTRY(memmove)

-- 
Rod Grimes                                                 rgri...@freebsd.org
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to