Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic s/corret/correct/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/41f9618ba273
branches:  trunk
changeset: 1026686:41f9618ba273
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 04:29:53 2021 +0000

description:
s/corret/correct/ in comment.

diffstat:

 sys/dev/ic/isp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1bb395f00ba7 -r 41f9618ba273 sys/dev/ic/isp.c
--- a/sys/dev/ic/isp.c  Sun Dec 05 04:28:53 2021 +0000
+++ b/sys/dev/ic/isp.c  Sun Dec 05 04:29:53 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp.c,v 1.131 2021/10/21 13:21:54 andvar Exp $ */
+/* $NetBSD: isp.c,v 1.132 2021/12/05 04:29:53 msaitoh 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.131 2021/10/21 13:21:54 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.132 2021/12/05 04:29:53 msaitoh 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 corret
+ * devices and refresh old ones ot make sure that they point to the correct
  * entities.
  */
 static int



Home | Main Index | Thread Index | Old Index