diff options
author | gnn <gnn@FreeBSD.org> | 2011-07-21 20:06:14 +0000 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2011-07-21 20:06:14 +0000 |
commit | 25d8bf1959e6a0586d9249fc25a69028fcf00788 (patch) | |
tree | 53a415f7d83ee2cb61c3c019014986b5ef99e772 /lib/libc/amd64/string | |
parent | a2e6406c417fe1611b6c46cd75bac0a071f6bcae (diff) | |
download | FreeBSD-src-25d8bf1959e6a0586d9249fc25a69028fcf00788.zip FreeBSD-src-25d8bf1959e6a0586d9249fc25a69028fcf00788.tar.gz |
Remove incorrect attribution.
Approved by: re (kib)
Pointed out by: brueffer
Pointy hat to: gnn
Diffstat (limited to 'lib/libc/amd64/string')
-rw-r--r-- | lib/libc/amd64/string/stpcpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/string/stpcpy.S b/lib/libc/amd64/string/stpcpy.S index c8772f8..52ac69c 100644 --- a/lib/libc/amd64/string/stpcpy.S +++ b/lib/libc/amd64/string/stpcpy.S @@ -1,5 +1,5 @@ /* - * Adapted by Guillaume Morin <guillaume@hudson-trading.com> from strcpy.S + * Adapted by Guillaume Morin <guillaume@morinfr.org> from strcpy.S * written by J.T. Conklin <jtc@acorntoolworks.com> * Public domain. */ |