Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic s/lager/larger/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/37fe391a346e
branches:  trunk
changeset: 373204:37fe391a346e
user:      andvar <andvar%NetBSD.org@localhost>
date:      Mon Jan 23 22:16:44 2023 +0000

description:
s/lager/larger/ in comments.

diffstat:

 sys/arch/sparc/dev/sw.c      |  6 +++---
 sys/arch/sun3/dev/si_sebuf.c |  6 +++---
 sys/arch/sun3/dev/sivar.h    |  4 ++--
 sys/dev/ic/sunscpalvar.h     |  4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r 342f16f76389 -r 37fe391a346e sys/arch/sparc/dev/sw.c
--- a/sys/arch/sparc/dev/sw.c   Mon Jan 23 21:52:01 2023 +0000
+++ b/sys/arch/sparc/dev/sw.c   Mon Jan 23 22:16:44 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sw.c,v 1.25 2020/11/22 03:55:33 thorpej Exp $  */
+/*     $NetBSD: sw.c,v 1.26 2023/01/23 22:16:44 andvar Exp $   */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sw.c,v 1.25 2020/11/22 03:55:33 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sw.c,v 1.26 2023/01/23 22:16:44 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -129,7 +129,7 @@
 #define        MIN_DMA_LEN 128
 
 /*
- * Transfers lager than 65535 bytes need to be split-up.
+ * Transfers larger than 65535 bytes need to be split-up.
  * (Some of the FIFO logic has only 16 bits counters.)
  * Make the size an integer multiple of the page size
  * to avoid buf/cluster remap problems.  (paranoid?)
diff -r 342f16f76389 -r 37fe391a346e sys/arch/sun3/dev/si_sebuf.c
--- a/sys/arch/sun3/dev/si_sebuf.c      Mon Jan 23 21:52:01 2023 +0000
+++ b/sys/arch/sun3/dev/si_sebuf.c      Mon Jan 23 22:16:44 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: si_sebuf.c,v 1.31 2021/08/02 12:56:23 andvar Exp $     */
+/*     $NetBSD: si_sebuf.c,v 1.32 2023/01/23 22:16:44 andvar Exp $     */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: si_sebuf.c,v 1.31 2021/08/02 12:56:23 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: si_sebuf.c,v 1.32 2023/01/23 22:16:44 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -70,7 +70,7 @@
 #define        MIN_DMA_LEN 128
 
 /*
- * Transfers lager than 65535 bytes need to be split-up.
+ * Transfers larger than 65535 bytes need to be split-up.
  * (Some of the FIFO logic has only 16 bits counters.)
  * Make the size an integer multiple of the page size
  * to avoid buf/cluster remap problems.  (paranoid?)
diff -r 342f16f76389 -r 37fe391a346e sys/arch/sun3/dev/sivar.h
--- a/sys/arch/sun3/dev/sivar.h Mon Jan 23 21:52:01 2023 +0000
+++ b/sys/arch/sun3/dev/sivar.h Mon Jan 23 22:16:44 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sivar.h,v 1.11 2008/04/28 20:23:38 martin Exp $        */
+/*     $NetBSD: sivar.h,v 1.12 2023/01/23 22:16:44 andvar Exp $        */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 #define        MIN_DMA_LEN 128
 
 /*
- * Transfers lager than 65535 bytes need to be split-up.
+ * Transfers larger than 65535 bytes need to be split-up.
  * (Some of the FIFO logic has only 16 bits counters.)
  * Make the size an integer multiple of the page size
  * to avoid buf/cluster remap problems.  (paranoid?)
diff -r 342f16f76389 -r 37fe391a346e sys/dev/ic/sunscpalvar.h
--- a/sys/dev/ic/sunscpalvar.h  Mon Jan 23 21:52:01 2023 +0000
+++ b/sys/dev/ic/sunscpalvar.h  Mon Jan 23 22:16:44 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunscpalvar.h,v 1.9 2008/07/06 13:29:50 tsutsui Exp $  */
+/*     $NetBSD: sunscpalvar.h,v 1.10 2023/01/23 22:16:44 andvar Exp $  */
 
 /*
  * Copyright (c) 2001 Matthew Fredette
@@ -116,7 +116,7 @@
 #define SUNSCPAL_PHASE_INVALID SUNSCPAL_PHASE_UNSPEC1
 
 /*
- * Transfers lager than 65535 bytes need to be split-up.
+ * Transfers larger than 65535 bytes need to be split-up.
  * (The DMA count register is only 16 bits.)
  * Make the size an integer multiple of the page size
  * to avoid buf/cluster remap problems.  (paranoid?)



Home | Main Index | Thread Index | Old Index