summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-07 23:57:59 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-07 23:57:59 +0000
commit650c85fec8d10aa182d25a4ee75942b79280b091 (patch)
tree16f9a2c99c98b985f62db7794e491e8c5b953dcb /sys
parent4f88a0c9663039f11796f655f37fbadef8132949 (diff)
One more typo.
There are probably lots of free commits left for spelling wizards out there.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme88k/include/mmu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/mmu.h b/sys/arch/mvme88k/include/mmu.h
index 037676fbea1..14460ad0520 100644
--- a/sys/arch/mvme88k/include/mmu.h
+++ b/sys/arch/mvme88k/include/mmu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mmu.h,v 1.9 2001/06/27 04:29:19 art Exp $ */
+/* $OpenBSD: mmu.h,v 1.10 2001/08/07 23:57:58 miod Exp $ */
/*
* Ashura Project
*/
@@ -31,7 +31,7 @@ typedef struct cmmu_apr {
g:1, /* global (cache control) */
ci:1, /* cache inhibit */
rsvC:5, /* reserved */
- te:1; /* transration enable */
+ te:1; /* translation enable */
} cmmu_apr_t;
typedef union apr_template {