diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-22 20:39:37 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-22 20:39:37 -0700 |
commit | 059215ae210db73b4f9cb5518f3e689e6a4d17cc (patch) | |
tree | 46cd26fce70d301477f714dbbecfc0c2eb379062 | |
parent | 772f4e6a1be0e3fbd8c4e9edacf1887269f598dc (diff) | |
download | glibc-059215ae210db73b4f9cb5518f3e689e6a4d17cc.tar.gz glibc-059215ae210db73b4f9cb5518f3e689e6a4d17cc.tar.xz glibc-059215ae210db73b4f9cb5518f3e689e6a4d17cc.zip |
Clean up whitespaces in last patch.
-rw-r--r-- | sysdeps/x86_64/multiarch/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/strcmp.S b/sysdeps/x86_64/multiarch/strcmp.S index 8a6aee673a..2f4bf17d95 100644 --- a/sysdeps/x86_64/multiarch/strcmp.S +++ b/sysdeps/x86_64/multiarch/strcmp.S @@ -51,7 +51,7 @@ #endif /* Define multiple versions only for the definition in libc. Don't - define multiple versions for strncmp in static library since we + define multiple versions for strncmp in static library since we need strncmp before the initialization happened. */ #if (defined SHARED || !defined USE_AS_STRNCMP) && !defined NOT_IN_libc .text |