Module Name:    src
Committed By:   rillig
Date:           Sun Dec  5 13:10:43 UTC 2021

Modified Files:
        src/sys/dev/ic: isp.c

Log Message:
isp: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/dev/ic/isp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/isp.c
diff -u src/sys/dev/ic/isp.c:1.132 src/sys/dev/ic/isp.c:1.133
--- src/sys/dev/ic/isp.c:1.132	Sun Dec  5 04:29:53 2021
+++ src/sys/dev/ic/isp.c	Sun Dec  5 13:10:43 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: isp.c,v 1.132 2021/12/05 04:29:53 msaitoh Exp $ */
+/* $NetBSD: isp.c,v 1.133 2021/12/05 13:10:43 rillig Exp $ */
 /*
  * Machine and OS Independent (well, as best as possible)
  * code for the Qlogic ISP SCSI adapters.
@@ -43,7 +43,7 @@
  */
 #ifdef	__NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.132 2021/12/05 04:29:53 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.133 2021/12/05 13:10:43 rillig Exp $");
 #include <dev/ic/isp_netbsd.h>
 #endif
 #ifdef	__FreeBSD__
@@ -2725,7 +2725,7 @@ not_on_fabric:
  * layer appropriately).
  *
  * We also do initiator map target id assignment here for new initiator
- * devices and refresh old ones ot make sure that they point to the correct
+ * devices and refresh old ones to make sure that they point to the correct
  * entities.
  */
 static int

Reply via email to