diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-15 19:16:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-15 19:16:11 +0000 |
commit | c31e5e5bcf7bf7de0db1e46e17e91140609098bd (patch) | |
tree | a051f8ee9f13800ce454cf087cadb56157d3da5d /sys/dev/ic/cac.c | |
parent | 1bd06f0549fbad4189f93bd32487e0a394e8fa3c (diff) |
specifed -> specified
Diffstat (limited to 'sys/dev/ic/cac.c')
-rw-r--r-- | sys/dev/ic/cac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c index ade55c7949d..026f7edd719 100644 --- a/sys/dev/ic/cac.c +++ b/sys/dev/ic/cac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cac.c,v 1.12 2003/03/06 22:31:21 mickey Exp $ */ +/* $OpenBSD: cac.c,v 1.13 2003/03/15 19:16:10 deraadt Exp $ */ /* $NetBSD: cac.c,v 1.15 2000/11/08 19:20:35 ad Exp $ */ /* @@ -420,7 +420,7 @@ cac_ccb_poll(struct cac_softc *sc, struct cac_ccb *wantccb, int timo) } /* - * Enqueue the specifed command (if any) and attempt to start all enqueued + * Enqueue the specified command (if any) and attempt to start all enqueued * commands. Must be called at splbio. */ int |