VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Bastien Nocera <hadess@hadess.net> 2015-02-05 14:35:05 +0100 committer: Al Viro <viro@zeniv.linux.org.uk> 2015-02-20 04:56:44 -0500 commit: fcbc32bc6cb59cae8528dadbdc4958c9c814bba4 parent: acd88d4e1af3c6c55f679c202cd517dff7ea9c6f
Commit Summary:
coredump: Fix typo in comment
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/coredump.c b/fs/coredump.c
index b5c86ffd5033..f319926ddf8c 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -572,7 +572,7 @@ void do_coredump(const siginfo_t *siginfo)
 			 *
 			 * Normally core limits are irrelevant to pipes, since
 			 * we're not writing to the file system, but we use
-			 * cprm.limit of 1 here as a speacial value, this is a
+			 * cprm.limit of 1 here as a special value, this is a
 			 * consistent way to catch recursive crashes.
 			 * We can still crash if the core_pattern binary sets
 			 * RLIM_CORE = !1, but it runs as root, and can do