summaryrefslogtreecommitdiff
path: root/sys/dev/dkwedge
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-21 11:55:24 +0000
committerandvar <andvar@NetBSD.org>2021-08-21 11:55:24 +0000
commitb0a37f4e202d2ca22da5f3f4cb7ffc2f3672346d (patch)
treeb0dbabeeba11de6656ae1007b3d5be503c6d20d3 /sys/dev/dkwedge
parent1ad29d45d9a4ca33dc62e582e33f54b5d7bdb6d6 (diff)
fix some more typos in comments/log messages, improve wording as well.
Diffstat (limited to 'sys/dev/dkwedge')
-rw-r--r--sys/dev/dkwedge/dk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dkwedge/dk.c b/sys/dev/dkwedge/dk.c
index 3f2aa50be9f..531807f8162 100644
--- a/sys/dev/dkwedge/dk.c
+++ b/sys/dev/dkwedge/dk.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dk.c,v 1.106 2021/08/04 21:44:41 mlelstv Exp $ */
+/* $NetBSD: dk.c,v 1.107 2021/08/21 11:55:25 andvar 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.106 2021/08/04 21:44:41 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.107 2021/08/21 11:55:25 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_dkwedge.h"
@@ -362,7 +362,7 @@ dkwedge_add(struct dkwedge_info *dkw)
/*
* Wedge will be added; increment the wedge count for the parent.
- * Only allow this to happend if RAW_PART is the only thing open.
+ * Only allow this to happen if RAW_PART is the only thing open.
*/
mutex_enter(&pdk->dk_openlock);
if (pdk->dk_openmask & ~(1 << RAW_PART))