diff options
| author | andvar <andvar@NetBSD.org> | 2023-01-23 22:16:44 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-01-23 22:16:44 +0000 |
| commit | 6d87b29b2efd1dfabd7f6e72c062278feaa78be6 (patch) | |
| tree | 4af730c9becdcdc3087f722a9f590e90b6ce5ac2 /sys/dev | |
| parent | 237b3a663fce7e556481a43c2695899c8543c791 (diff) | |
s/lager/larger/ in comments.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/sunscpalvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/sunscpalvar.h b/sys/dev/ic/sunscpalvar.h index 322122ce299..00dfa29d404 100644 --- a/sys/dev/ic/sunscpalvar.h +++ b/sys/dev/ic/sunscpalvar.h @@ -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?) |
