aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-12-05 20:34:05 +0100
committerJiri Kosina <jkosina@suse.cz>2013-12-19 15:12:21 +0100
commit507da6a1f386676b5b085972555b3a3e46190e3d (patch)
treedcefefdebf2d7c98b0acf15e862642b6464059d9 /Documentation/filesystems
parenttreewide: Fix typos in printk (diff)
downloadlinux-dev-507da6a1f386676b5b085972555b3a3e46190e3d.tar.xz
linux-dev-507da6a1f386676b5b085972555b3a3e46190e3d.zip
doc: Fix typo (acces_process_vm -> access_process_vm)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/Locking2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking
index fe7afe225381..5b0c083d7c0e 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.