diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-03-01 17:14:29 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-03-01 17:14:29 +0000 |
commit | a507be1f063171a383e2cd6e007c812172cc41a3 (patch) | |
tree | 6d96b91c68987263fb9cabdd2ede8629e9ee27d5 /sys/dev/ic/siopvar.h | |
parent | a8101bb62a943a6f3be32e278dfb61b33f912399 (diff) |
Typo police: various misspelling, capitalizations, etc.
Diffstat (limited to 'sys/dev/ic/siopvar.h')
-rw-r--r-- | sys/dev/ic/siopvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/siopvar.h b/sys/dev/ic/siopvar.h index c4b99252067..e63d7a47ef0 100644 --- a/sys/dev/ic/siopvar.h +++ b/sys/dev/ic/siopvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: siopvar.h,v 1.1 2001/02/15 04:07:58 krw Exp $ */ +/* $OpenBSD: siopvar.h,v 1.2 2001/03/01 17:14:28 krw Exp $ */ /* $NetBSD: siopvar.h,v 1.13 2000/10/23 23:18:11 bouyer Exp $ */ /* @@ -62,7 +62,7 @@ struct siop_softc { int sc_currschedslot; /* current scheduler slot */ struct cbd_list cmds; /* list of command block descriptors */ struct cmd_list free_list; /* cmd descr free list */ - struct cmd_list urgent_list; /* hitgh priority cmd descr list */ + struct cmd_list urgent_list; /* high priority cmd descr list */ struct cmd_list ready_list; /* cmd descr ready list */ struct lunsw_list lunsw_list; /* lunsw free list */ u_int32_t script_free_lo; /* free ram offset from sc_scriptaddr */ |