From 09533afdf9d8765c07281cc781bb793add772fff Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 21 Oct 2003 18:58:51 +0000 Subject: typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural --- sys/dev/ic/anreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/anreg.h') diff --git a/sys/dev/ic/anreg.h b/sys/dev/ic/anreg.h index 4560ec017c1..33c2fb9014d 100644 --- a/sys/dev/ic/anreg.h +++ b/sys/dev/ic/anreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anreg.h,v 1.8 2001/09/29 21:54:00 mickey Exp $ */ +/* $OpenBSD: anreg.h,v 1.9 2003/10/21 18:58:48 jmc Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -185,7 +185,7 @@ #define AN_EV_CMD 0x0010 /* command completed */ #define AN_EV_ALLOC 0x0008 /* async alloc/reclaim completed */ #define AN_EV_TX_EXC 0x0004 /* async xmit completed with failure */ -#define AN_EV_TX 0x0002 /* async xmit completed succesfully */ +#define AN_EV_TX 0x0002 /* async xmit completed successfully */ #define AN_EV_RX 0x0001 /* async rx completed */ #define AN_INTRS \ -- cgit v1.2.3