amd64: tweak the memmove comment regarding authorship

To make it clear the mentioned author did not write memmove.
This commit is contained in:
Mateusz Guzik 2018-05-07 17:37:07 +00:00
parent e7bd0750af
commit f185a3dc33

View File

@ -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)