diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-01-12 21:34:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-01-12 21:34:16 +0000 |
commit | 70b4aac28b57a8788c2818a272f59a3b845a2323 (patch) | |
tree | 60ddc45453a1b79958c246f839d007cd3b2a3a49 /sys/arch/sparc/dev | |
parent | 8fbd33e17c834152922241af197880550a9c8ccc (diff) |
lager -> larger (no beer involved)
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r-- | sys/arch/sparc/dev/si.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/si.c b/sys/arch/sparc/dev/si.c index 320b96e8980..8de497d5fb5 100644 --- a/sys/arch/sparc/dev/si.c +++ b/sys/arch/sparc/dev/si.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si.c,v 1.35 2010/06/28 18:31:01 krw Exp $ */ +/* $OpenBSD: si.c,v 1.36 2015/01/12 21:34:15 miod Exp $ */ /* $NetBSD: si.c,v 1.38 1997/08/27 11:24:20 bouyer Exp $ */ /*- @@ -122,7 +122,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?) |