Module Name: src
Committed By: msaitoh
Date: Mon May 13 00:08:06 UTC 2024
Modified Files:
src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c
src/sys/arch/evbarm/npwr_fc: npwr_fc_machdep.c
src/sys/arch/zaurus/zaurus: machdep.c
src/sys/dev/microcode/atmel: atmel_intersil_fw.h atmel_rfmd2958_fw.h
atmel_rfmd_fw.h
Log Message:
s/slighly/slightly/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/zaurus/zaurus/machdep.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/microcode/atmel/atmel_intersil_fw.h \
src/sys/dev/microcode/atmel/atmel_rfmd_fw.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/microcode/atmel/atmel_rfmd2958_fw.h
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/evbarm/g42xxeb/g42xxeb_machdep.c
diff -u src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.42 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.43
--- src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.42 Tue Feb 20 23:36:02 2024
+++ src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Mon May 13 00:08:06 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: g42xxeb_machdep.c,v 1.42 2024/02/20 23:36:02 andvar Exp $ */
+/* $NetBSD: g42xxeb_machdep.c,v 1.43 2024/05/13 00:08:06 msaitoh Exp $ */
/*
* Copyright (c) 2002, 2003, 2004, 2005 Genetec Corporation.
@@ -789,7 +789,7 @@ initarm(void *arg)
* Until then we will use a handler that just panics but tells us
* why.
* Initialisation of the vectors will just panic on a data abort.
- * This just fills in a slighly better one.
+ * This just fills in a slightly better one.
*/
#ifdef VERBOSE_INIT_ARM
printf("vectors ");
Index: src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
diff -u src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.32 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.33
--- src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.32 Tue Feb 20 23:36:01 2024
+++ src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c Mon May 13 00:08:06 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: npwr_fc_machdep.c,v 1.32 2024/02/20 23:36:01 andvar Exp $ */
+/* $NetBSD: npwr_fc_machdep.c,v 1.33 2024/05/13 00:08:06 msaitoh Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.32 2024/02/20 23:36:01 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.33 2024/05/13 00:08:06 msaitoh Exp $");
#include "opt_arm_debug.h"
#include "opt_console.h"
@@ -686,7 +686,7 @@ initarm(void *arg)
* Until then we will use a handler that just panics but tells us
* why.
* Initialisation of the vectors will just panic on a data abort.
- * This just fills in a slighly better one.
+ * This just fills in a slightly better one.
*/
#ifdef VERBOSE_INIT_ARM
printf("vectors ");
Index: src/sys/arch/zaurus/zaurus/machdep.c
diff -u src/sys/arch/zaurus/zaurus/machdep.c:1.54 src/sys/arch/zaurus/zaurus/machdep.c:1.55
--- src/sys/arch/zaurus/zaurus/machdep.c:1.54 Tue Mar 5 14:15:36 2024
+++ src/sys/arch/zaurus/zaurus/machdep.c Mon May 13 00:08:06 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.54 2024/03/05 14:15:36 thorpej Exp $ */
+/* $NetBSD: machdep.c,v 1.55 2024/05/13 00:08:06 msaitoh Exp $ */
/* $OpenBSD: zaurus_machdep.c,v 1.25 2006/06/20 18:24:04 todd Exp $ */
/*
@@ -107,7 +107,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.54 2024/03/05 14:15:36 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.55 2024/05/13 00:08:06 msaitoh Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -1090,7 +1090,7 @@ initarm(void *arg)
* Until then we will use a handler that just panics but tells us
* why.
* Initialisation of the vectors will just panic on a data abort.
- * This just fills in a slighly better one.
+ * This just fills in a slightly better one.
*/
#ifdef VERBOSE_INIT_ARM
printf("vectors ");
Index: src/sys/dev/microcode/atmel/atmel_intersil_fw.h
diff -u src/sys/dev/microcode/atmel/atmel_intersil_fw.h:1.3 src/sys/dev/microcode/atmel/atmel_intersil_fw.h:1.4
--- src/sys/dev/microcode/atmel/atmel_intersil_fw.h:1.3 Wed Sep 10 19:23:44 2008
+++ src/sys/dev/microcode/atmel/atmel_intersil_fw.h Mon May 13 00:08:06 2024
@@ -1,5 +1,5 @@
/*
- * The following firmware has been taken (and reformatted slighly) from the
+ * The following firmware has been taken (and reformatted slightly) from the
* Atmel (atmelwlandriver) driver source.
*
* Target: AT76C503 with Intersil 3861 radio
Index: src/sys/dev/microcode/atmel/atmel_rfmd_fw.h
diff -u src/sys/dev/microcode/atmel/atmel_rfmd_fw.h:1.3 src/sys/dev/microcode/atmel/atmel_rfmd_fw.h:1.4
--- src/sys/dev/microcode/atmel/atmel_rfmd_fw.h:1.3 Wed Sep 10 19:23:44 2008
+++ src/sys/dev/microcode/atmel/atmel_rfmd_fw.h Mon May 13 00:08:06 2024
@@ -1,5 +1,5 @@
/*
- * The following firmware has been taken (and reformatted slighly) from the
+ * The following firmware has been taken (and reformatted slightly) from the
* Atmel (atmelwlandriver) driver source.
*
* Target: AT76c503a with RFMD radio
Index: src/sys/dev/microcode/atmel/atmel_rfmd2958_fw.h
diff -u src/sys/dev/microcode/atmel/atmel_rfmd2958_fw.h:1.2 src/sys/dev/microcode/atmel/atmel_rfmd2958_fw.h:1.3
--- src/sys/dev/microcode/atmel/atmel_rfmd2958_fw.h:1.2 Sun Feb 27 00:27:23 2005
+++ src/sys/dev/microcode/atmel/atmel_rfmd2958_fw.h Mon May 13 00:08:06 2024
@@ -1,5 +1,5 @@
/*
- * The following firmware has been taken (and reformatted slighly) from the
+ * The following firmware has been taken (and reformatted slightly) from the
* Atmel (atmelwlandriver) driver source.
*
* Target: AT76C505 with RFMD radio