summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme68k/dev/vs.c4
-rw-r--r--sys/arch/sparc64/include/pte.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/dev/vs.c b/sys/arch/mvme68k/dev/vs.c
index e18c5b077cc..88bb063b231 100644
--- a/sys/arch/mvme68k/dev/vs.c
+++ b/sys/arch/mvme68k/dev/vs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs.c,v 1.19 2005/12/03 18:09:37 krw Exp $ */
+/* $OpenBSD: vs.c,v 1.20 2006/06/02 18:53:56 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -793,7 +793,7 @@ vs_intr(arg)
#endif
/*
* If this is a controller error, there won't be a m328_cmd
- * pointer in the CTAG feild. Bad things happen if you try
+ * pointer in the CTAG field. Bad things happen if you try
* to point to address 0. Controller error should be handled
* in vsdma.c I'll change this soon - steve.
*/
diff --git a/sys/arch/sparc64/include/pte.h b/sys/arch/sparc64/include/pte.h
index 79f7fbd1b91..a749bc3d6c2 100644
--- a/sys/arch/sparc64/include/pte.h
+++ b/sys/arch/sparc64/include/pte.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pte.h,v 1.5 2005/06/28 22:32:03 deraadt Exp $ */
+/* $OpenBSD: pte.h,v 1.6 2006/06/02 18:53:57 miod Exp $ */
/* $NetBSD: pte.h,v 1.7 2001/07/31 06:55:46 eeh Exp $ */
/*
@@ -79,7 +79,7 @@
* a real pain to do this in C.
*/
#if 0
-/* We don't use bitfeilds anyway. */
+/* We don't use bitfields anyway. */
struct sun4u_tag_fields {
u_int64_t tag_g:1, /* global flag */
tag_ctxt:15, /* context for mapping */