From 18bf8f3a6b8f451cc6f98878efc94b261145f9d0 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 2 Jun 2006 18:53:58 +0000 Subject: feild -> field --- sys/arch/sparc64/include/pte.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc64') 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 */ -- cgit v1.2.3