]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix /* in comment in previous commit.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 7 Mar 2015 00:59:56 +0000 (00:59 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 7 Mar 2015 00:59:56 +0000 (00:59 +0000)
soft-fp/soft-fp.h

index db94e0b3ef79f3691b17190c4f9baf2100177933..1eafcb433d1e216bc18da267a0c6fac4156c17f5 100644 (file)
@@ -35,7 +35,7 @@
 #ifdef _LIBC
 # include <sfp-machine.h>
 #elif defined __KERNEL__
-/* The Linux kernel uses <asm/*.h> names for architecture-specific
+/* The Linux kernel uses asm/ names for architecture-specific
    files.  */
 # include <asm/sfp-machine.h>
 #else