diff options
author | Laura Vasilescu <laura@rosedu.org> | 2012-03-19 15:41:15 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-20 12:24:10 +0100 |
commit | f1f996b66cc3908a8f5ffccc2ff41840e92f3b10 (patch) | |
tree | 771783d6ae60b1570c1b05d21491a8d74cef2c44 | |
parent | bf362f750bea1372aff3b5c405b50560a1b28981 (diff) | |
download | linux-3.10-f1f996b66cc3908a8f5ffccc2ff41840e92f3b10.tar.gz linux-3.10-f1f996b66cc3908a8f5ffccc2ff41840e92f3b10.tar.bz2 linux-3.10-f1f996b66cc3908a8f5ffccc2ff41840e92f3b10.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index d245cb23dd7..e5e69aff6c6 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) n = copy_to_user(buffer, (char *)start, tsz); /* - * We cannot distingush between fault on source + * We cannot distinguish between fault on source * and fault on destination. When this happens * we clear too and hope it will trigger the * EFAULT again. |