Skip to content

Commit

Permalink
kcore: fix spelling in read_kcore() comment
Browse files Browse the repository at this point in the history
Signed-off-by: Laura Vasilescu <laura@rosedu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Laura Vasilescu authored and Jiri Kosina committed Mar 20, 2012
1 parent bf362f7 commit f1f996b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/proc/kcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1f996b

Please sign in to comment.