Minor cleanup in comments.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21714 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-07-27 02:15:39 +00:00
parent 67aa3b3eb0
commit d6dfbc4de5
+2 -2
View File
@@ -3338,7 +3338,7 @@ fault_find_page(vm_translation_map *map, vm_cache *topCache,
if (lastCache != NULL) if (lastCache != NULL)
vm_cache_release_ref(lastCache); vm_cache_release_ref(lastCache);
} else { } else {
// we still own a reference to the cacheRef // we still own a reference to the cache
} }
*_pageCache = 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. 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. to it, and has also locked it on exit.
*/ */
static inline vm_page * static inline vm_page *