Module Name:    src
Committed By:   andvar
Date:           Mon Mar 17 16:20:57 UTC 2025

Modified Files:
        src/sys/arch/epoc32/stand/e32boot/include: elf.h
        src/sys/sys: exec_elf.h
        src/tools/arm-elf2aout/sys: exec_elf.h
        src/tools/m68k-elf2aout/sys: exec_elf.h

Log Message:
s/micorprocessor/microprocessor/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/epoc32/stand/e32boot/include/elf.h
cvs rdiff -u -r1.171 -r1.172 src/sys/sys/exec_elf.h
cvs rdiff -u -r1.3 -r1.4 src/tools/arm-elf2aout/sys/exec_elf.h
cvs rdiff -u -r1.4 -r1.5 src/tools/m68k-elf2aout/sys/exec_elf.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/epoc32/stand/e32boot/include/elf.h
diff -u src/sys/arch/epoc32/stand/e32boot/include/elf.h:1.5 src/sys/arch/epoc32/stand/e32boot/include/elf.h:1.6
--- src/sys/arch/epoc32/stand/e32boot/include/elf.h:1.5	Sat Oct 10 21:25:51 2020
+++ src/sys/arch/epoc32/stand/e32boot/include/elf.h	Mon Mar 17 16:20:56 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: elf.h,v 1.5 2020/10/10 21:25:51 thorpej Exp $	*/
+/*	$NetBSD: elf.h,v 1.6 2025/03/17 16:20:56 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -294,7 +294,7 @@ typedef struct {
 #define EM_ST200	100	/* STMicroelectronics ST200 microcontroller */
 #define EM_IP2K		101	/* Ubicom IP2xxx microcontroller family */
 #define EM_MAX		102	/* MAX processor */
-#define EM_CR		103	/* National Semiconductor CompactRISC micorprocessor */
+#define EM_CR		103	/* National Semiconductor CompactRISC microprocessor */
 #define EM_F2MC16	104	/* Fujitsu F2MC16 */
 #define EM_MSP430	105	/* Texas Instruments MSP430 */
 #define EM_BLACKFIN	106	/* Analog Devices Blackfin DSP */

Index: src/sys/sys/exec_elf.h
diff -u src/sys/sys/exec_elf.h:1.171 src/sys/sys/exec_elf.h:1.172
--- src/sys/sys/exec_elf.h:1.171	Sun Jan  8 17:03:42 2023
+++ src/sys/sys/exec_elf.h	Mon Mar 17 16:20:57 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec_elf.h,v 1.171 2023/01/08 17:03:42 christos Exp $	*/
+/*	$NetBSD: exec_elf.h,v 1.172 2025/03/17 16:20:57 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -302,7 +302,7 @@ typedef struct {
 #define EM_ST200	100	/* STMicroelectronics ST200 microcontroller */
 #define EM_IP2K		101	/* Ubicom IP2xxx microcontroller family */
 #define EM_MAX		102	/* MAX processor */
-#define EM_CR		103	/* National Semiconductor CompactRISC micorprocessor */
+#define EM_CR		103	/* National Semiconductor CompactRISC microprocessor */
 #define EM_F2MC16	104	/* Fujitsu F2MC16 */
 #define EM_MSP430	105	/* Texas Instruments MSP430 */
 #define EM_BLACKFIN	106	/* Analog Devices Blackfin DSP */

Index: src/tools/arm-elf2aout/sys/exec_elf.h
diff -u src/tools/arm-elf2aout/sys/exec_elf.h:1.3 src/tools/arm-elf2aout/sys/exec_elf.h:1.4
--- src/tools/arm-elf2aout/sys/exec_elf.h:1.3	Sat May 28 22:00:56 2022
+++ src/tools/arm-elf2aout/sys/exec_elf.h	Mon Mar 17 16:20:56 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec_elf.h,v 1.3 2022/05/28 22:00:56 andvar Exp $	*/
+/*	$NetBSD: exec_elf.h,v 1.4 2025/03/17 16:20:56 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -296,7 +296,7 @@ typedef struct {
 #define EM_ST200	100	/* STMicroelectronics ST200 microcontroller */
 #define EM_IP2K		101	/* Ubicom IP2xxx microcontroller family */
 #define EM_MAX		102	/* MAX processor */
-#define EM_CR		103	/* National Semiconductor CompactRISC micorprocessor */
+#define EM_CR		103	/* National Semiconductor CompactRISC microprocessor */
 #define EM_F2MC16	104	/* Fujitsu F2MC16 */
 #define EM_MSP430	105	/* Texas Instruments MSP430 */
 #define EM_BLACKFIN	106	/* Analog Devices Blackfin DSP */

Index: src/tools/m68k-elf2aout/sys/exec_elf.h
diff -u src/tools/m68k-elf2aout/sys/exec_elf.h:1.4 src/tools/m68k-elf2aout/sys/exec_elf.h:1.5
--- src/tools/m68k-elf2aout/sys/exec_elf.h:1.4	Sat May 28 22:00:56 2022
+++ src/tools/m68k-elf2aout/sys/exec_elf.h	Mon Mar 17 16:20:56 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec_elf.h,v 1.4 2022/05/28 22:00:56 andvar Exp $	*/
+/*	$NetBSD: exec_elf.h,v 1.5 2025/03/17 16:20:56 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -296,7 +296,7 @@ typedef struct {
 #define EM_ST200	100	/* STMicroelectronics ST200 microcontroller */
 #define EM_IP2K		101	/* Ubicom IP2xxx microcontroller family */
 #define EM_MAX		102	/* MAX processor */
-#define EM_CR		103	/* National Semiconductor CompactRISC micorprocessor */
+#define EM_CR		103	/* National Semiconductor CompactRISC microprocessor */
 #define EM_F2MC16	104	/* Fujitsu F2MC16 */
 #define EM_MSP430	105	/* Texas Instruments MSP430 */
 #define EM_BLACKFIN	106	/* Analog Devices Blackfin DSP */

Reply via email to