diff options
Diffstat (limited to 'sys/arch/mips64/mips64/pmap.c')
-rw-r--r-- | sys/arch/mips64/mips64/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/pmap.c b/sys/arch/mips64/mips64/pmap.c index 570bf5fd668..dd8eed7b405 100644 --- a/sys/arch/mips64/mips64/pmap.c +++ b/sys/arch/mips64/mips64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.7 2004/09/09 22:11:38 pefo Exp $ */ +/* $OpenBSD: pmap.c,v 1.8 2004/09/16 07:25:26 miod Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -1331,7 +1331,7 @@ pmap_zero_page(struct vm_page *pg) * pmap_copy_page copies the specified (machine independent) page. * * We do the copy phys to phys and need to check if there may be - * a viritual coherence problem. If so flush the cache for the + * a virtual coherence problem. If so flush the cache for the * areas before copying, and flush afterwards. */ void |