s/anthing/anything/ and s/be to/too/ in comments.

This commit is contained in:
andvar 2024-02-09 18:20:00 +00:00
parent 1ca9c5140d
commit fef573ec12
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: adb_direct.c,v 1.69 2023/09/21 09:31:49 msaitoh Exp $ */
/* $NetBSD: adb_direct.c,v 1.70 2024/02/09 18:20:00 andvar Exp $ */
/* From: adb_direct.c 2.02 4/18/97 jpw */
@ -62,7 +62,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adb_direct.c,v 1.69 2023/09/21 09:31:49 msaitoh Exp $");
__KERNEL_RCSID(0, "$NetBSD: adb_direct.c,v 1.70 2024/02/09 18:20:00 andvar Exp $");
#include "opt_adb.h"
@ -2225,7 +2225,7 @@ adb_reinit(void)
(Ptr)0, (short)command);
delay(1000);
/* send TALK R3 - anthing at new address? */
/* send TALK R3 - anything at new address? */
command = ADBTALK(saveptr, 3);
send_string[0] = 0;
result = adb_op_sync((Ptr)send_string, (Ptr)0,

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcppi.c,v 1.47 2021/08/07 16:19:12 thorpej Exp $ */
/* $NetBSD: pcppi.c,v 1.48 2024/02/09 18:20:00 andvar Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pcppi.c,v 1.47 2021/08/07 16:19:12 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: pcppi.c,v 1.48 2024/02/09 18:20:00 andvar Exp $");
#include "attimer.h"
@ -118,7 +118,7 @@ pcppi_match(device_t parent, cfdata_t match, void *aux)
*
* We don't want to have any chance of changing speaker output (which
* this test might, if it crashes in the middle, or something;
* normally it's be to quick to produce anthing audible), but
* normally it's too quick to produce anything audible), but
* many "combo chip" mock-PPI's don't seem to support the top bit
* of Port B as a settable bit. The bottom bit has to be settable,
* since the speaker driver hardware still uses it.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sctp_indata.c,v 1.14 2024/01/15 19:44:07 andvar Exp $ */
/* $NetBSD: sctp_indata.c,v 1.15 2024/02/09 18:20:00 andvar Exp $ */
/* $KAME: sctp_indata.c,v 1.36 2005/03/06 16:04:17 itojun Exp $ */
/*
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sctp_indata.c,v 1.14 2024/01/15 19:44:07 andvar Exp $");
__KERNEL_RCSID(0, "$NetBSD: sctp_indata.c,v 1.15 2024/02/09 18:20:00 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_ipsec.h"
@ -1036,7 +1036,7 @@ sctp_is_all_msg_on_reasm(struct sctp_association *asoc, int *t_size)
/*
* Dump onto the re-assembly queue, in its proper place. After dumping on
* the queue, see if anthing can be delivered. If so pull it off (or as much
* the queue, see if anything can be delivered. If so pull it off (or as much
* as we can. If we run out of space then we must dump what we can and set
* the appropriate flag to say we queued what we could.
*/