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