Commit f1f996b6 authored by Laura Vasilescu's avatar Laura Vasilescu Committed by Jiri Kosina

kcore: fix spelling in read_kcore() comment

Signed-off-by: default avatarLaura Vasilescu <laura@rosedu.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent bf362f75
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment