diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-02 18:53:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-02 18:53:58 +0000 |
commit | 18bf8f3a6b8f451cc6f98878efc94b261145f9d0 (patch) | |
tree | 93abe77a0b8f8558964742c76039508b47fb1b59 /sys/arch/sparc64 | |
parent | 9373d429d6e9c021065787dd19f0db324b424b54 (diff) |
feild -> field
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/include/pte.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |