diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-02-06 17:26:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-02-06 17:26:22 +0000 |
commit | 55481656166fa78d17d1bbafe87cc4f96f72d051 (patch) | |
tree | b691d6d0bffc04b381658aeb1657189e8459fad8 /sys/arch/hppa/include | |
parent | ca0a206d8165b59f93c6c793293b9d3cb391fca7 (diff) |
typo
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/iomod.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h index e51f2167059..23a870f0bc9 100644 --- a/sys/arch/hppa/include/iomod.h +++ b/sys/arch/hppa/include/iomod.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iomod.h,v 1.18 2007/10/20 16:41:45 miod Exp $ */ +/* $OpenBSD: iomod.h,v 1.19 2009/02/06 17:26:21 miod Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -168,7 +168,7 @@ struct pagezero { u_int resv1[0x41]; /* [0x31C] Capability Flags */ - u_int cap_flags; /* system capabitlities */ + u_int cap_flags; /* system capabilities */ #define HPPA_CAP_WIDESCSI 0x00000001 /* [0x320] Keyboard Extensions */ |