summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-02-13 22:44:52 +0000
committerandvar <andvar@NetBSD.org>2023-02-13 22:44:52 +0000
commite3836ca21ea1c93c9d8edfdcd606b9610accd308 (patch)
treef9f6253c3e28f00fbebdc446f2b1b8be6b6a1d12 /sys/dev
parentd833f1c43532733748f17de776b4db4fb5bd83a3 (diff)
s/charater/character/ in one more comment.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ppbus/ppbus_base.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ppbus/ppbus_base.c b/sys/dev/ppbus/ppbus_base.c
index 7679a9bce4d..3e1aa592806 100644
--- a/sys/dev/ppbus/ppbus_base.c
+++ b/sys/dev/ppbus/ppbus_base.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ppbus_base.c,v 1.22 2023/01/17 14:13:48 msaitoh Exp $ */
+/* $NetBSD: ppbus_base.c,v 1.23 2023/02/13 22:44:52 andvar Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 Nicolas Souchu
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ppbus_base.c,v 1.22 2023/01/17 14:13:48 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ppbus_base.c,v 1.23 2023/02/13 22:44:52 andvar Exp $");
#include "opt_ppbus_1284.h"
#include "opt_ppbus.h"
@@ -236,7 +236,7 @@ ppbus_write(device_t dev, char * buf, int len, int how, size_t * cnt)
return (bus->ppbus_write(device_parent(bus->sc_dev), buf, len, how, cnt));
}
-/* Read charaters from the port */
+/* Read characters from the port */
int
ppbus_read(device_t dev, char * buf, int len, int how, size_t * cnt)
{