aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Vasilescu <laura@rosedu.org>2012-03-19 09:41:15 -0400
committerJiri Kosina <jkosina@suse.cz>2012-03-20 07:24:10 -0400
commitf1f996b66cc3908a8f5ffccc2ff41840e92f3b10 (patch)
tree771783d6ae60b1570c1b05d21491a8d74cef2c44
parentbf362f750bea1372aff3b5c405b50560a1b28981 (diff)
kcore: fix spelling in read_kcore() comment
Signed-off-by: Laura Vasilescu <laura@rosedu.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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.