diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-05-14 17:52:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-05-14 17:52:13 +0000 |
commit | 99878f84547e016dd26b413bb269208c1ef1ad07 (patch) | |
tree | 5aa55c4b14096c29bf02aaf47eb5bc5ce510d3bb /sysdeps | |
parent | 39fb308fd2e20c6bec7b70835cdde43c24055e0e (diff) | |
download | glibc-99878f84547e016dd26b413bb269208c1ef1ad07.tar.gz glibc-99878f84547e016dd26b413bb269208c1ef1ad07.tar.xz glibc-99878f84547e016dd26b413bb269208c1ef1ad07.zip |
Correct comment.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/i686/memcpy_chk.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i686/memcpy_chk.S b/sysdeps/i386/i686/memcpy_chk.S index 561263f9bf..2893911cd2 100644 --- a/sysdeps/i386/i686/memcpy_chk.S +++ b/sysdeps/i386/i686/memcpy_chk.S @@ -1,4 +1,4 @@ -/* Checking memcpy for x86-64. +/* Checking memcpy for i686. Copyright (C) 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. |