Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/dkwedge dk(4): Fix typo in comment: dkstrategy, not ...
details: https://anonhg.NetBSD.org/src/rev/d531407ae78f
branches: trunk
changeset: 374376:d531407ae78f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Apr 21 18:24:56 2023 +0000
description:
dk(4): Fix typo in comment: dkstrategy, not dkstragegy.
No functional change intended.
diffstat:
sys/dev/dkwedge/dk.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5a47f8b62618 -r d531407ae78f sys/dev/dkwedge/dk.c
--- a/sys/dev/dkwedge/dk.c Fri Apr 21 18:24:47 2023 +0000
+++ b/sys/dev/dkwedge/dk.c Fri Apr 21 18:24:56 2023 +0000
@@ -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.
*/
Home |
Main Index |
Thread Index |
Old Index