s/charater/character/ in comment.

This commit is contained in:
msaitoh 2023-01-17 14:13:48 +00:00
parent e42273ba0d
commit 997fd87f7e
2 changed files with 6 additions and 6 deletions

View File

@ -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 @@ const char *skipspace(const char *cp)
return cp;
}
/* Remove backspaced over charaters from the string */
/* Remove backspaced over characters from the string */
void backspace(char *buf)
{
char bs = 0x8;

View File

@ -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 @@ ppbus_set_mode(device_t dev, int mode, int options)
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)
{