From d6dfbc4de58fd494a4853a65411207fd5af3e899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 27 Jul 2007 02:15:39 +0000 Subject: [PATCH] Minor cleanup in comments. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21714 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/vm/vm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/kernel/vm/vm.cpp b/src/system/kernel/vm/vm.cpp index 9c8cef4a6b..8289d45ed3 100644 --- a/src/system/kernel/vm/vm.cpp +++ b/src/system/kernel/vm/vm.cpp @@ -3338,7 +3338,7 @@ fault_find_page(vm_translation_map *map, vm_cache *topCache, if (lastCache != NULL) vm_cache_release_ref(lastCache); } else { - // we still own a reference to the cacheRef + // we still own a reference to the cache } *_pageCache = cache; @@ -3348,7 +3348,7 @@ fault_find_page(vm_translation_map *map, vm_cache *topCache, /*! Returns the page that should be mapped into the area that got the fault. - It returns the owner of the page in \a sourceRef - it keeps a reference + It returns the owner of the page in \a sourceCache - it keeps a reference to it, and has also locked it on exit. */ static inline vm_page *