summaryrefslogtreecommitdiff
path: root/soft-fp/soft-fp.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-03-07 00:59:56 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-03-07 00:59:56 +0000
commit0b3467b344c9c30f590e5d67e9a694ea1f33b7ea (patch)
treec76e0f1499f0b606e93579c32840f19eb79ebef5 /soft-fp/soft-fp.h
parentfa9dda64932da5eec1b67eefafb3a03738bbc529 (diff)
Fix /* in comment in previous commit.
Diffstat (limited to 'soft-fp/soft-fp.h')
-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