Module Name: src Committed By: andvar Date: Fri Feb 9 17:57:03 UTC 2024
Modified Files: src/sys/arch/mips/sibyte/dev: sbmac.c src/sys/dev/pci: arcmsr.c Log Message: s/firwmare/firmware/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mips/sibyte/dev/sbmac.c cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/arcmsr.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/mips/sibyte/dev/sbmac.c diff -u src/sys/arch/mips/sibyte/dev/sbmac.c:1.65 src/sys/arch/mips/sibyte/dev/sbmac.c:1.66 --- src/sys/arch/mips/sibyte/dev/sbmac.c:1.65 Sun Sep 18 12:43:41 2022 +++ src/sys/arch/mips/sibyte/dev/sbmac.c Fri Feb 9 17:57:03 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: sbmac.c,v 1.65 2022/09/18 12:43:41 thorpej Exp $ */ +/* $NetBSD: sbmac.c,v 1.66 2024/02/09 17:57:03 andvar Exp $ */ /* * Copyright 2000, 2001, 2004 @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sbmac.c,v 1.65 2022/09/18 12:43:41 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sbmac.c,v 1.66 2024/02/09 17:57:03 andvar Exp $"); #include "opt_inet.h" #include "opt_ns.h" @@ -2249,7 +2249,7 @@ sbmac_attach(device_t parent, device_t s callout_init(&(sc->sc_tick_ch), 0); /* - * Read the ethernet address. The firwmare left this programmed + * Read the ethernet address. The firmware left this programmed * for us in the ethernet address register for each mac. */ Index: src/sys/dev/pci/arcmsr.c diff -u src/sys/dev/pci/arcmsr.c:1.44 src/sys/dev/pci/arcmsr.c:1.45 --- src/sys/dev/pci/arcmsr.c:1.44 Sun Sep 25 17:52:25 2022 +++ src/sys/dev/pci/arcmsr.c Fri Feb 9 17:57:03 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: arcmsr.c,v 1.44 2022/09/25 17:52:25 thorpej Exp $ */ +/* $NetBSD: arcmsr.c,v 1.45 2024/02/09 17:57:03 andvar Exp $ */ /* $OpenBSD: arc.c,v 1.68 2007/10/27 03:28:27 dlg Exp $ */ /* @@ -21,7 +21,7 @@ #include "bio.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.44 2022/09/25 17:52:25 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.45 2024/02/09 17:57:03 andvar Exp $"); #include <sys/param.h> #include <sys/buf.h> @@ -1499,7 +1499,7 @@ arc_bio_disk_filldata(struct arc_softc * #endif /* - * the firwmare doesnt seem to fill scsi_attr in, so fake it with + * the firmware doesn't seem to fill scsi_attr in, so fake it with * the diskid. */ bd->bd_channel = 0;