Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.