projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf362f7
)
kcore: fix spelling in read_kcore() comment
author
Laura Vasilescu
<laura@rosedu.org>
Mon, 19 Mar 2012 13:41:15 +0000
(15:41 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 20 Mar 2012 11:24:10 +0000
(12:24 +0100)
Signed-off-by: Laura Vasilescu <laura@rosedu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/proc/kcore.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/proc/kcore.c
b/fs/proc/kcore.c
index d245cb23dd726206806304022d0c83a0ab784656..e5e69aff6c69c3fe9e6eba78ad686852a394bc5e 100644
(file)
--- 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 distingu
i
sh between fault on source
* and fault on destination. When this happens
* we clear too and hope it will trigger the
* EFAULT again.