From 6f8e37ebf86a000f1571dd461b2635ab73f4c3ee Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 16 Dec 2013 12:44:14 +1000 Subject: Update file name in x86_64 ifunc list File name update missed in commit 584b18eb. --- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64/multiarch') diff --git a/sysdeps/x86_64/multiarch/ifunc-impl-list.c b/sysdeps/x86_64/multiarch/ifunc-impl-list.c index 3e2cad56cb..3344889ce3 100644 --- a/sysdeps/x86_64/multiarch/ifunc-impl-list.c +++ b/sysdeps/x86_64/multiarch/ifunc-impl-list.c @@ -180,7 +180,7 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array, IFUNC_IMPL_ADD (array, i, strspn, HAS_SSE4_2, __strspn_sse42) IFUNC_IMPL_ADD (array, i, strspn, 1, __strspn_sse2)) - /* Support sysdeps/x86_64/multiarch/strstr-c.c. */ + /* Support sysdeps/x86_64/multiarch/strstr.c. */ IFUNC_IMPL (i, name, strstr, IFUNC_IMPL_ADD (array, i, strstr, 1, __strstr_sse2_unaligned) IFUNC_IMPL_ADD (array, i, strstr, 1, __strstr_sse2)) -- cgit 1.4.1