Module Name: src
Committed By: andvar
Date: Fri Feb 9 18:20:00 UTC 2024
Modified Files:
src/sys/arch/mac68k/dev: adb_direct.c
src/sys/dev/isa: pcppi.c
src/sys/netinet: sctp_indata.c
Log Message:
s/anthing/anything/ and s/be to/too/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/mac68k/dev/adb_direct.c
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/isa/pcppi.c
cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/sctp_indata.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mac68k/dev/adb_direct.c
diff -u src/sys/arch/mac68k/dev/adb_direct.c:1.69 src/sys/arch/mac68k/dev/adb_direct.c:1.70
--- src/sys/arch/mac68k/dev/adb_direct.c:1.69 Thu Sep 21 09:31:49 2023
+++ src/sys/arch/mac68k/dev/adb_direct.c Fri Feb 9 18:20:00 2024
@@ -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,
Index: src/sys/dev/isa/pcppi.c
diff -u src/sys/dev/isa/pcppi.c:1.47 src/sys/dev/isa/pcppi.c:1.48
--- src/sys/dev/isa/pcppi.c:1.47 Sat Aug 7 16:19:12 2021
+++ src/sys/dev/isa/pcppi.c Fri Feb 9 18:20:00 2024
@@ -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 ma
*
* 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.
Index: src/sys/netinet/sctp_indata.c
diff -u src/sys/netinet/sctp_indata.c:1.14 src/sys/netinet/sctp_indata.c:1.15
--- src/sys/netinet/sctp_indata.c:1.14 Mon Jan 15 19:44:07 2024
+++ src/sys/netinet/sctp_indata.c Fri Feb 9 18:20:00 2024
@@ -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_ass
/*
* 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.
*/