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 db94e0b..1eafcb4 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