summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-05-14 17:52:13 +0000
committerUlrich Drepper <drepper@redhat.com>2005-05-14 17:52:13 +0000
commit99878f84547e016dd26b413bb269208c1ef1ad07 (patch)
tree5aa55c4b14096c29bf02aaf47eb5bc5ce510d3bb
parent39fb308fd2e20c6bec7b70835cdde43c24055e0e (diff)
Correct comment.
-rw-r--r--sysdeps/i386/i686/memcpy_chk.S2
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.