aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/proc/kcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c
index d245cb23dd72..e5e69aff6c69 100644
--- a/fs/proc/kcore.c
+++ b/fs/proc/kcore.c
@@ -513,7 +513,7 @@ read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos)
513 513
514 n = copy_to_user(buffer, (char *)start, tsz); 514 n = copy_to_user(buffer, (char *)start, tsz);
515 /* 515 /*
516 * We cannot distingush between fault on source 516 * We cannot distinguish between fault on source
517 * and fault on destination. When this happens 517 * and fault on destination. When this happens
518 * we clear too and hope it will trigger the 518 * we clear too and hope it will trigger the
519 * EFAULT again. 519 * EFAULT again.