summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
authormini <mini@FreeBSD.org>2003-11-10 00:44:00 +0000
committermini <mini@FreeBSD.org>2003-11-10 00:44:00 +0000
commit918610ef5e152cf4feecdc66bece5d06153b9668 (patch)
treecd890c1fc7f331cbab010207678c8ebb2fb15acc /sys/vm/vm_fault.c
parentf6f94ac7fc51dc63d8fea269f988347c12414b0a (diff)
downloadFreeBSD-src-918610ef5e152cf4feecdc66bece5d06153b9668.zip
FreeBSD-src-918610ef5e152cf4feecdc66bece5d06153b9668.tar.gz
NFC: Update stale comments.
Reviewed by: alc
Diffstat (limited to 'sys/vm/vm_fault.c')
-rw-r--r--sys/vm/vm_fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index a1abc44..f1e06d7 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -801,7 +801,7 @@ readrest:
/*
* To avoid trying to write_lock the map while another process
- * has it read_locked (in vm_map_pageable), we do not try for
+ * has it read_locked (in vm_map_wire), we do not try for
* write permission. If the page is still writable, we will
* get write permission. If it is not, or has been marked
* needs_copy, we enter the mapping without write permission,
OpenPOWER on IntegriCloud