Browse Source

kcore: fix spelling in read_kcore() comment

Signed-off-by: Laura Vasilescu <laura@rosedu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Laura Vasilescu 13 years ago
parent
commit
f1f996b66c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/proc/kcore.c

+ 1 - 1
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 distinguish between fault on source
 				 * and fault on destination. When this happens
 				 * we clear too and hope it will trigger the
 				 * EFAULT again.