summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-10-21 13:21:53 +0000
committerandvar <andvar@NetBSD.org>2021-10-21 13:21:53 +0000
commite4abc357594cfaf6271a791c725314ee5f6467c8 (patch)
treefc775cdcadcf089871cd219cd2b8f45bd2b2de28 /sys/modules
parent1c62d2781c93e0d949f960a7233951ece565793d (diff)
fix various typos, mainly in comments, but also in man pages and log messages.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/examples/panic_string/panic_string.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/examples/panic_string/panic_string.c b/sys/modules/examples/panic_string/panic_string.c
index 44b9c2eecae..20b3766274b 100644
--- a/sys/modules/examples/panic_string/panic_string.c
+++ b/sys/modules/examples/panic_string/panic_string.c
@@ -1,4 +1,4 @@
-/* $NetBSD: panic_string.c,v 1.2 2020/01/30 07:58:33 kamil Exp $ */
+/* $NetBSD: panic_string.c,v 1.3 2021/10/21 13:21:55 andvar Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: panic_string.c,v 1.2 2020/01/30 07:58:33 kamil Exp $");
+__KERNEL_RCSID(0, "$NetBSD: panic_string.c,v 1.3 2021/10/21 13:21:55 andvar Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: panic_string.c,v 1.2 2020/01/30 07:58:33 kamil Exp $
*
* Commentary:
* This module manages the device /dev/panic,
- * tranfers a string from userspace to kernel space
+ * transfers a string from userspace to kernel space
* and calls kernel panic with the passed string.
*
* echo 'string' > /dev/panic