1
0
Fork 0

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>
hifive-unleashed-5.1
Stefan Weil 2013-12-05 20:34:05 +01:00 committed by Jiri Kosina
parent 77d84ff87e
commit 507da6a1f3
1 changed files with 1 additions and 1 deletions

View File

@ -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.