summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2007-04-12 19:25:16 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2007-04-12 19:25:16 +0000
commitf3993868001ce22efaf8d52de18065f952cb8b08 (patch)
treee7f0d6c63de130cf0c5927718d3f80d2cd450587 /sys
parent2a178ec0808aaede3819e42e952d76536f600f15 (diff)
untypo
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h
index 405edfe6ada..ae1412c914f 100644
--- a/sys/arch/i386/include/pmap.h
+++ b/sys/arch/i386/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.43 2007/02/20 21:15:01 tom Exp $ */
+/* $OpenBSD: pmap.h,v 1.44 2007/04/12 19:25:15 art Exp $ */
/* $NetBSD: pmap.h,v 1.44 2000/04/24 17:18:18 thorpej Exp $ */
/*
@@ -272,7 +272,7 @@ struct pmap {
union descriptor *pm_ldt; /* user-set LDT */
int pm_ldt_len; /* number of LDT entries */
int pm_ldt_sel; /* LDT selector */
- uint32_t pm_cpus; /* mask oc CPUs using map */
+ uint32_t pm_cpus; /* mask of CPUs using map */
};
/* pm_flags */