summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-01-23 22:16:44 +0000
committerandvar <andvar@NetBSD.org>2023-01-23 22:16:44 +0000
commit6d87b29b2efd1dfabd7f6e72c062278feaa78be6 (patch)
tree4af730c9becdcdc3087f722a9f590e90b6ce5ac2 /sys/arch/sun3
parent237b3a663fce7e556481a43c2695899c8543c791 (diff)
s/lager/larger/ in comments.
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/dev/si_sebuf.c6
-rw-r--r--sys/arch/sun3/dev/sivar.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sun3/dev/si_sebuf.c b/sys/arch/sun3/dev/si_sebuf.c
index ecd76bca661..07d2f69de3a 100644
--- a/sys/arch/sun3/dev/si_sebuf.c
+++ b/sys/arch/sun3/dev/si_sebuf.c
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: si_sebuf.c,v 1.31 2021/08/02 12:56:23 andvar Exp $")
#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 --git a/sys/arch/sun3/dev/sivar.h b/sys/arch/sun3/dev/sivar.h
index 96b8b089862..6d7e981334d 100644
--- a/sys/arch/sun3/dev/sivar.h
+++ b/sys/arch/sun3/dev/sivar.h
@@ -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?)