Module Name:    src
Committed By:   andvar
Date:           Thu Mar 17 08:08:04 UTC 2022

Modified Files:
        src/sys/arch/next68k/dev: mb8795.c
        src/sys/arch/sparc64/sparc64: ofw_machdep.c

Log Message:
revert broken to borken, it is used spelling in BSD and "tastes better that 
way".


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/next68k/dev/mb8795.c
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/sparc64/sparc64/ofw_machdep.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/next68k/dev/mb8795.c
diff -u src/sys/arch/next68k/dev/mb8795.c:1.67 src/sys/arch/next68k/dev/mb8795.c:1.68
--- src/sys/arch/next68k/dev/mb8795.c:1.67	Wed Mar 16 20:31:01 2022
+++ src/sys/arch/next68k/dev/mb8795.c	Thu Mar 17 08:08:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: mb8795.c,v 1.67 2022/03/16 20:31:01 andvar Exp $	*/
+/*	$NetBSD: mb8795.c,v 1.68 2022/03/17 08:08:03 andvar Exp $	*/
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * All rights reserved.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mb8795.c,v 1.67 2022/03/16 20:31:01 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mb8795.c,v 1.68 2022/03/17 08:08:03 andvar Exp $");
 
 #include "opt_inet.h"
 
@@ -516,7 +516,7 @@ mb8795_init(struct mb8795_softc *sc)
 		if (turbo)
 			rxmode |= MB8795_RXMODE_TEST;
 
-		/* switching mode probably broken now with turbo */
+		/* switching mode probably borken now with turbo */
 		MB_WRITE_REG(sc, MB8795_TXMODE,
 		    turbo ? MB8795_TXMODE_TURBO1 : MB8795_TXMODE_LB_DISABLE);
 		MB_WRITE_REG(sc, MB8795_RXMODE, rxmode);

Index: src/sys/arch/sparc64/sparc64/ofw_machdep.c
diff -u src/sys/arch/sparc64/sparc64/ofw_machdep.c:1.49 src/sys/arch/sparc64/sparc64/ofw_machdep.c:1.50
--- src/sys/arch/sparc64/sparc64/ofw_machdep.c:1.49	Wed Mar 16 20:31:02 2022
+++ src/sys/arch/sparc64/sparc64/ofw_machdep.c	Thu Mar 17 08:08:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ofw_machdep.c,v 1.49 2022/03/16 20:31:02 andvar Exp $	*/
+/*	$NetBSD: ofw_machdep.c,v 1.50 2022/03/17 08:08:03 andvar Exp $	*/
 
 /*
  * Copyright (C) 1996 Wolfgang Solfrank.
@@ -34,7 +34,7 @@
 #include "opt_multiprocessor.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_machdep.c,v 1.49 2022/03/16 20:31:02 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_machdep.c,v 1.50 2022/03/17 08:08:03 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -836,7 +836,7 @@ OF_mapintr(int node, int *interrupt, int
 	 * bus format, and hunt up the parent bus to see if
 	 * we need to remap.
 	 *
-	 * The specification for interrupt mapping is broken.
+	 * The specification for interrupt mapping is borken.
 	 * You are supposed to query the interrupt parent in
 	 * the interrupt-map specification to determine the
 	 * number of address and interrupt cells, but we need

Reply via email to