Преглед на файлове

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 години
родител
ревизия
f1f996b66c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);
 				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
 				 * and fault on destination. When this happens
 				 * we clear too and hope it will trigger the
 				 * we clear too and hope it will trigger the
 				 * EFAULT again.
 				 * EFAULT again.