summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-12-04 21:13:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-12-04 21:13:38 +0000
commitcb14916f9567d66e9fabf06b7e3933b84ccf5b44 (patch)
treebd601950b383b4715150f929c1bcb2abe543dc7c /sys/dev
parente840407cb3b072567c514371118177d4a1bba96d (diff)
Typos
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/isp_tpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_tpublic.h b/sys/dev/ic/isp_tpublic.h
index ce01bbcd308..6780fca1ef7 100644
--- a/sys/dev/ic/isp_tpublic.h
+++ b/sys/dev/ic/isp_tpublic.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp_tpublic.h,v 1.7 2003/10/21 18:58:49 jmc Exp $ */
+/* $OpenBSD: isp_tpublic.h,v 1.8 2003/12/04 21:13:37 miod Exp $ */
/*
* Qlogic ISP Host Adapter Public Target Interface Structures && Routines
*---------------------------------------
@@ -43,7 +43,7 @@
#endif
typedef struct {
void * nt_hba; /* HBA tag */
- u_int64_t nt_iid; /* inititator id */
+ u_int64_t nt_iid; /* initiator id */
u_int64_t nt_tgt; /* target id */
u_int64_t nt_lun; /* logical unit */
u_int8_t nt_bus; /* bus */