Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ppbus s/charater/character/ in one more comment.
details: https://anonhg.NetBSD.org/src/rev/5652da885f5a
branches: trunk
changeset: 373502:5652da885f5a
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Feb 13 22:44:52 2023 +0000
description:
s/charater/character/ in one more comment.
diffstat:
sys/dev/ppbus/ppbus_base.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a2f315625307 -r 5652da885f5a sys/dev/ppbus/ppbus_base.c
--- a/sys/dev/ppbus/ppbus_base.c Mon Feb 13 22:24:06 2023 +0000
+++ b/sys/dev/ppbus/ppbus_base.c Mon Feb 13 22:44:52 2023 +0000
@@ -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 @@
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)
{
Home |
Main Index |
Thread Index |
Old Index