kcore: fix spelling in read_kcore() comment

Signed-off-by: Laura Vasilescu <laura@rosedu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Laura Vasilescu 2012-03-19 15:41:15 +02:00 committed by Jiri Kosina
parent bf362f750b
commit f1f996b66c
1 changed files with 1 additions and 1 deletions

View File

@ -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.