X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fcoredump.c;h=f319926ddf8cbc5cc90a003628bf500701ce3c25;hb=51f309683510ced24b1b3886f0935a0ab32d1e0b;hp=b5c86ffd5033420523934c7153080d8cdc605bea;hpb=805772708741c7bee00aa8a73177375eee50d7e0;p=deliverable%2Flinux.git 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