From bd3ca965e5574ea0b97becd5fc2d48df9e9148e9 Mon Sep 17 00:00:00 2001 From: Laura Vasilescu Date: Mon, 19 Mar 2012 15:41:15 +0200 Subject: [PATCH] --- yaml --- r: 291776 b: refs/heads/master c: f1f996b66cc3908a8f5ffccc2ff41840e92f3b10 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/proc/kcore.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5dbc34558243..75051755ac8f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bf362f750bea1372aff3b5c405b50560a1b28981 +refs/heads/master: f1f996b66cc3908a8f5ffccc2ff41840e92f3b10 diff --git a/trunk/fs/proc/kcore.c b/trunk/fs/proc/kcore.c index d245cb23dd72..e5e69aff6c69 100644 --- a/trunk/fs/proc/kcore.c +++ b/trunk/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.