]> Git Repo - linux.git/blobdiff - fs/proc/kcore.c
Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...
[linux.git] / fs / proc / kcore.c
index d245cb23dd726206806304022d0c83a0ab784656..e5e69aff6c69c3fe9e6eba78ad686852a394bc5e 100644 (file)
@@ -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.
This page took 0.032524 seconds and 4 git commands to generate.