diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-20 16:41:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-20 16:41:47 +0000 |
commit | 3e9b193c879d559ed7edac7a3ad268cda0156d1a (patch) | |
tree | a3fafa5e9c1cc818708cb725f7ce9f113dc04815 /sys/arch | |
parent | 8773a9b3d4717b24aa6d4d36537878310289d731 (diff) |
enuf -> enough
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/iomod.h | 8 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h index dac90d75ae5..e51f2167059 100644 --- a/sys/arch/hppa/include/iomod.h +++ b/sys/arch/hppa/include/iomod.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iomod.h,v 1.17 2005/04/07 00:21:51 mickey Exp $ */ +/* $OpenBSD: iomod.h,v 1.18 2007/10/20 16:41:45 miod Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -376,14 +376,14 @@ struct iomod { #define IO_ERR_DEPEND 0 /* unspecified error */ #define IO_ERR_SPA 1 /* (module-type specific) */ #define IO_ERR_INTERNAL 2 /* (module-type specific) */ -#define IO_ERR_MODE 3 /* invlaid mode or address space mapping */ +#define IO_ERR_MODE 3 /* invalid mode or address space mapping */ #define IO_ERR_ERROR_M 4 /* bus error (master detect) */ #define IO_ERR_DPARITY_S 5 /* data parity (slave detect) */ #define IO_ERR_PROTO_M 6 /* protocol error (master detect) */ #define IO_ERR_ADDRESS 7 /* no slave acknowledgement in transaction */ #define IO_ERR_MORE 8 /* device transferred more data than expected */ #define IO_ERR_LESS 9 /* device transferred less data than expected */ -#define IO_ERR_SAPARITY 10 /* slave addrss phase parity */ +#define IO_ERR_SAPARITY 10 /* slave address phase parity */ #define IO_ERR_MAPARITY 11 /* master address phase parity */ #define IO_ERR_MDPARITY 12 /* mode phase parity */ #define IO_ERR_STPARITY 13 /* status phase parity */ @@ -399,7 +399,7 @@ struct iomod { #define IO_ERR_PROTOCOL 54 /* protocol error (slave detect) */ #define IO_ERR_SELFTEST 58 /* (module-type specific) */ #define IO_ERR_BUSY 59 /* slave was busy too often or too long */ -#define IO_ERR_RETRY 60 /* "busied" transaction not retried soon enuf */ +#define IO_ERR_RETRY 60 /* "busied" transaction not retried soon enough */ #define IO_ERR_ACCESS 61 /* illegal register access */ #define IO_ERR_IMPROP 62 /* "improper" data written */ #define IO_ERR_UNKNOWN 63 diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index 557de8fd50a..5d335ec8a12 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.91 2007/10/17 21:39:44 kettenis Exp $ */ +/* $OpenBSD: locore.s,v 1.92 2007/10/20 16:41:46 miod Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -4087,7 +4087,7 @@ dostart: * so check that %o3 >= 12. */ cmp %o2, 12 - blt 1f ! Not enuff args + blt 1f ! Not enough args nop set 0x44444230, %l3 |