Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/charater/character/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/310cdd82ea3d
branches:  trunk
changeset: 373088:310cdd82ea3d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jan 17 14:13:48 2023 +0000

description:
s/charater/character/ in comment.

diffstat:

 lib/libskey/skeysubr.c     |  6 +++---
 sys/dev/ppbus/ppbus_base.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 9b411f56dbe6 -r 310cdd82ea3d lib/libskey/skeysubr.c
--- a/lib/libskey/skeysubr.c    Tue Jan 17 13:18:03 2023 +0000
+++ b/lib/libskey/skeysubr.c    Tue Jan 17 14:13:48 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: skeysubr.c,v 1.28 2012/03/22 22:59:43 joerg Exp $      */
+/*     $NetBSD: skeysubr.c,v 1.29 2023/01/17 14:13:48 msaitoh Exp $    */
 
 /* S/KEY v1.1b (skeysubr.c)
  *
@@ -15,7 +15,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: skeysubr.c,v 1.28 2012/03/22 22:59:43 joerg Exp $");
+__RCSID("$NetBSD: skeysubr.c,v 1.29 2023/01/17 14:13:48 msaitoh Exp $");
 
 #include <ctype.h>
 #include <stdio.h>
@@ -432,7 +432,7 @@
                return cp;
 }
 
-/* Remove backspaced over charaters from the string */
+/* Remove backspaced over characters from the string */
 void backspace(char *buf)
 {
        char bs = 0x8;
diff -r 9b411f56dbe6 -r 310cdd82ea3d sys/dev/ppbus/ppbus_base.c
--- a/sys/dev/ppbus/ppbus_base.c        Tue Jan 17 13:18:03 2023 +0000
+++ b/sys/dev/ppbus/ppbus_base.c        Tue Jan 17 14:13:48 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ppbus_base.c,v 1.21 2020/09/29 02:58:52 msaitoh Exp $ */
+/* $NetBSD: ppbus_base.c,v 1.22 2023/01/17 14:13:48 msaitoh 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.21 2020/09/29 02:58:52 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ppbus_base.c,v 1.22 2023/01/17 14:13:48 msaitoh Exp $");
 
 #include "opt_ppbus_1284.h"
 #include "opt_ppbus.h"
@@ -219,7 +219,7 @@
        return error;
 }
 
-/* Write charaters to the port */
+/* Write characters to the port */
 int
 ppbus_write(device_t dev, char * buf, int len, int how, size_t * cnt)
 {



Home | Main Index | Thread Index | Old Index