diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-06 01:03:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-06 01:03:59 +0000 |
commit | 4a4f2f8c69d59986e2076826136cdb0b5f157d9c (patch) | |
tree | 48f0d57caf2cfc78a36060de99c62e4bedd6a3d8 /sys/arch/m68k | |
parent | 0e1dbe8cbb3d22fb4399464f229cd8ea9a36956f (diff) |
Fix typos, from NetBSD
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r-- | sys/arch/m68k/m68k/pmap_motorola.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/m68k/m68k/pmap_motorola.c b/sys/arch/m68k/m68k/pmap_motorola.c index fda1b55a7a9..d9587bb506f 100644 --- a/sys/arch/m68k/m68k/pmap_motorola.c +++ b/sys/arch/m68k/m68k/pmap_motorola.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap_motorola.c,v 1.3 2001/12/05 00:11:51 millert Exp $ */ +/* $OpenBSD: pmap_motorola.c,v 1.4 2001/12/06 01:03:58 miod Exp $ */ /* * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -111,7 +111,7 @@ * * Supports: * 68020 with HP MMU - * 68020 with 68551 MMU + * 68020 with 68851 MMU * 68030 with on-chip MMU * 68040 with on-chip MMU * 68060 with on-chip MMU @@ -122,7 +122,7 @@ * We assume TLB entries don't have process tags (except for the * supervisor/user distinction) so we only invalidate TLB entries * when changing mappings for the current (or kernel) pmap. This is - * technically not true for the 68551 but we flush the TLB on every + * technically not true for the 68851 but we flush the TLB on every * context switch, so it effectively winds up that way. * * Bitwise and/or operations are significantly faster than bitfield |