Corrected comment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22500 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-10-10 18:57:10 +00:00
parent d9769e2219
commit f271831fc8
@@ -527,7 +527,7 @@ query_tmap(vm_translation_map *map, addr_t va, addr_t *_physical, uint32 *_flags
*_physical = ADDR_REVERSE_SHIFT(pt[index].addr);
// read in the page state flags, clearing the modified and accessed flags in the process
// read in the page state flags
if (pt[index].user)
*_flags |= (pt[index].rw ? B_WRITE_AREA : 0) | B_READ_AREA;