pmap amd64/i386: fix a typo in a comment

MFC after:	3 days
This commit is contained in:
avg 2010-03-19 14:48:32 +00:00
parent 634ee70616
commit 9d7b18b4c6
2 changed files with 2 additions and 2 deletions

View File

@ -1123,7 +1123,7 @@ pmap_invalidate_cache_range(vm_offset_t sva, vm_offset_t eva)
/*
* No targeted cache flush methods are supported by CPU,
* or the supplied range is bigger then 2MB.
* or the supplied range is bigger than 2MB.
* Globally invalidate cache.
*/
pmap_invalidate_cache();

View File

@ -1014,7 +1014,7 @@ pmap_invalidate_cache_range(vm_offset_t sva, vm_offset_t eva)
/*
* No targeted cache flush methods are supported by CPU,
* or the supplied range is bigger then 2MB.
* or the supplied range is bigger than 2MB.
* Globally invalidate cache.
*/
pmap_invalidate_cache();