[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1386272045-3408-1-git-send-email-sw@weilnetz.de>
Date: Thu, 5 Dec 2013 20:34:05 +0100
From: Stefan Weil <sw@...lnetz.de>
To: linux-kernel@...r.kernel.org
Cc: linux-doc@...r.kernel.org, Stefan Weil <sw@...lnetz.de>,
Jiri Kosina <trivial@...nel.org>, Rob Landley <rob@...dley.net>
Subject: [PATCH] Documentation: Fix typo (acces_process_vm -> access_process_vm)
Cc: Jiri Kosina <trivial@...nel.org>
Cc: Rob Landley <rob@...dley.net>
Signed-off-by: Stefan Weil <sw@...lnetz.de>
---
Documentation/filesystems/Locking | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking
index fe7afe2..5b0c083 100644
--- a/Documentation/filesystems/Locking
+++ b/Documentation/filesystems/Locking
@@ -544,7 +544,7 @@ like the ->fault() handler, but simply return with VM_FAULT_NOPAGE, which
will cause the VM to retry the fault.
->access() is called when get_user_pages() fails in
-acces_process_vm(), typically used to debug a process through
+access_process_vm(), typically used to debug a process through
/proc/pid/mem or ptrace. This function is needed only for
VM_IO | VM_PFNMAP VMAs.
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists