From df1b333aa538e9b0b088d40448452f24fec8b3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 18 Jul 2008 14:37:23 +0000 Subject: [PATCH] No wethers in here anymore. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26487 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/vm/vm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/vm/vm.cpp b/src/system/kernel/vm/vm.cpp index 9bcbff6124..13dd684938 100644 --- a/src/system/kernel/vm/vm.cpp +++ b/src/system/kernel/vm/vm.cpp @@ -4855,7 +4855,7 @@ fill_area_info(struct vm_area *area, area_info *info, size_t size) /*! - Tests wether or not the area that contains the specified address + Tests whether or not the area that contains the specified address needs any kind of locking, and actually exists. Used by both lock_memory() and unlock_memory(). */