Module Name:    src
Committed By:   riastradh
Date:           Fri Apr 21 18:24:56 UTC 2023

Modified Files:
        src/sys/dev/dkwedge: dk.c

Log Message:
dk(4): Fix typo in comment: dkstrategy, not dkstragegy.

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/dev/dkwedge/dk.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/dkwedge/dk.c
diff -u src/sys/dev/dkwedge/dk.c:1.130 src/sys/dev/dkwedge/dk.c:1.131
--- src/sys/dev/dkwedge/dk.c:1.130	Fri Apr 21 18:24:47 2023
+++ src/sys/dev/dkwedge/dk.c	Fri Apr 21 18:24:56 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: dk.c,v 1.130 2023/04/21 18:24:47 riastradh Exp $	*/
+/*	$NetBSD: dk.c,v 1.131 2023/04/21 18:24:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2004, 2005, 2006, 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.130 2023/04/21 18:24:47 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.131 2023/04/21 18:24:56 riastradh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_dkwedge.h"
@@ -1312,7 +1312,7 @@ dkclose(dev_t dev, int flags, int fmt, s
 }
 
 /*
- * dkstragegy:		[devsw entry point]
+ * dkstrategy:		[devsw entry point]
  *
  *	Perform I/O based on the wedge I/O strategy.
  */

Reply via email to