Module Name: src Committed By: andvar Date: Sat Nov 2 21:33:30 UTC 2024
Modified Files: src/sys/arch/powerpc/ibm4xx/dev: emacreg.h src/sys/sys: socketvar.h Log Message: s/aboce/above/ and s/Abobe/Above/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/ibm4xx/dev/emacreg.h cvs rdiff -u -r1.169 -r1.170 src/sys/sys/socketvar.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/powerpc/ibm4xx/dev/emacreg.h diff -u src/sys/arch/powerpc/ibm4xx/dev/emacreg.h:1.5 src/sys/arch/powerpc/ibm4xx/dev/emacreg.h:1.6 --- src/sys/arch/powerpc/ibm4xx/dev/emacreg.h:1.5 Tue Mar 30 02:25:24 2021 +++ src/sys/arch/powerpc/ibm4xx/dev/emacreg.h Sat Nov 2 21:33:30 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: emacreg.h,v 1.5 2021/03/30 02:25:24 rin Exp $ */ +/* $NetBSD: emacreg.h,v 1.6 2024/11/02 21:33:30 andvar Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -220,7 +220,7 @@ #define STACR_OPBC_66MHZ 0x1 /* - 66MHz */ #define STACR_OPBC_83MHZ 0x2 /* - 83MHz */ #define STACR_OPBC_100MHZ 0x3 /* - 100MHz */ -#define STACR_OPBC_A100MHZ 0x4 /* - Abobe 100MHz (GbE) */ +#define STACR_OPBC_A100MHZ 0x4 /* - Above 100MHz (GbE) */ #define STACR_OPBC(opbc) ((opbc) << 10) /* OPB bus clock freq (!GbE)*/ #define STACR_PCDA 0x000003e0 /* PHY cmd dest address mask */ #define STACR_PCDA_SHIFT 5 Index: src/sys/sys/socketvar.h diff -u src/sys/sys/socketvar.h:1.169 src/sys/sys/socketvar.h:1.170 --- src/sys/sys/socketvar.h:1.169 Sun May 12 10:34:56 2024 +++ src/sys/sys/socketvar.h Sat Nov 2 21:33:30 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: socketvar.h,v 1.169 2024/05/12 10:34:56 rillig Exp $ */ +/* $NetBSD: socketvar.h,v 1.170 2024/11/02 21:33:30 andvar Exp $ */ /*- * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc. @@ -571,7 +571,7 @@ void soloanfree(struct mbuf *, void *, s * that should be delivered in their entirety, or not at all. * * SB_PRIO_OVERDRAFT: allow a small (2*MLEN) overflow, over and - * aboce normal socket limits. Intended messages indicating + * above normal socket limits. Intended messages indicating * buffer overflow in earlier normal/lower-priority messages . * * SB_PRIO_BESTEFFORT: Ignore limits entirely. Intended only for