about summary refs log tree commit diff
path: root/soft-fp
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp')
-rw-r--r--soft-fp/soft-fp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/soft-fp.h b/soft-fp/soft-fp.h
index db94e0b3ef..1eafcb433d 100644
--- a/soft-fp/soft-fp.h
+++ b/soft-fp/soft-fp.h
@@ -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