projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd88d4
)
coredump: Fix typo in comment
author
Bastien Nocera
<
[email protected]
>
Thu, 5 Feb 2015 13:35:05 +0000
(14:35 +0100)
committer
Al Viro
<
[email protected]
>
Fri, 20 Feb 2015 09:56:44 +0000
(
04:56
-0500)
Signed-off-by: Bastien Nocera <
[email protected]
>
Signed-off-by: Al Viro <
[email protected]
>
fs/coredump.c
patch
|
blob
|
history
diff --git
a/fs/coredump.c
b/fs/coredump.c
index b5c86ffd5033420523934c7153080d8cdc605bea..f319926ddf8cbc5cc90a003628bf500701ce3c25 100644
(file)
--- 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 spe
a
cial 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