From 27a88ee6b2eb77e1f0de55f0154b1747e2c4aefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 26 Jul 2009 12:13:20 +0000 Subject: [PATCH] * Fixed typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31762 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/vm/vm_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/vm/vm_cache.cpp b/src/system/kernel/vm/vm_cache.cpp index 17adabfd7b..20bb04eae5 100644 --- a/src/system/kernel/vm/vm_cache.cpp +++ b/src/system/kernel/vm/vm_cache.cpp @@ -743,7 +743,7 @@ VMCache::SetMinimalCommitment(off_t commitment) Since removed pages don't belong to the cache any longer, they are not written back before they will be removed. - Note, this function way temporarily release the cache lock in case it + Note, this function may temporarily release the cache lock in case it has to wait for busy pages. */ status_t