summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2010-03-19 14:48:32 +0000
committeravg <avg@FreeBSD.org>2010-03-19 14:48:32 +0000
commit9d7b18b4c63a1cd67e58b701ff32867807216a40 (patch)
treec64d76f805eedb4c86db3101d498ed51a61a5cb7
parent634ee706161564e693fc4cc7178249ba2fe5a2ba (diff)
downloadFreeBSD-src-9d7b18b4c63a1cd67e58b701ff32867807216a40.zip
FreeBSD-src-9d7b18b4c63a1cd67e58b701ff32867807216a40.tar.gz
pmap amd64/i386: fix a typo in a comment
MFC after: 3 days
-rw-r--r--sys/amd64/amd64/pmap.c2
-rw-r--r--sys/i386/i386/pmap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index a503069..39c92ad 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -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();
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index 98b6151..e9dd207 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -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();
OpenPOWER on IntegriCloud