diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-03-07 00:59:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-03-07 00:59:56 +0000 |
commit | 0b3467b344c9c30f590e5d67e9a694ea1f33b7ea (patch) | |
tree | c76e0f1499f0b606e93579c32840f19eb79ebef5 /soft-fp | |
parent | fa9dda64932da5eec1b67eefafb3a03738bbc529 (diff) | |
download | glibc-0b3467b344c9c30f590e5d67e9a694ea1f33b7ea.tar.gz |
Fix /* in comment in previous commit.
Diffstat (limited to 'soft-fp')
-rw-r--r-- | soft-fp/soft-fp.h | 2 |
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 |