Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic isp: fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/d40606e27911
branches: trunk
changeset: 1026748:d40606e27911
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Dec 05 13:10:43 2021 +0000
description:
isp: fix typo in comment
diffstat:
sys/dev/ic/isp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f354dbbb4069 -r d40606e27911 sys/dev/ic/isp.c
--- a/sys/dev/ic/isp.c Sun Dec 05 12:17:49 2021 +0000
+++ b/sys/dev/ic/isp.c Sun Dec 05 13:10:43 2021 +0000
@@ -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 @@
* 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
Home |
Main Index |
Thread Index |
Old Index