From 0b3467b344c9c30f590e5d67e9a694ea1f33b7ea Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 7 Mar 2015 00:59:56 +0000 Subject: [PATCH] Fix /* in comment in previous commit. --- soft-fp/soft-fp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #elif defined __KERNEL__ -/* The Linux kernel uses names for architecture-specific +/* The Linux kernel uses asm/ names for architecture-specific files. */ # include #else