diff options
| author | andvar <andvar@NetBSD.org> | 2021-12-10 20:36:02 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-12-10 20:36:02 +0000 |
| commit | ec0fc95dd18bb0e67dfbb1e4c92f0d5dcc5a8a43 (patch) | |
| tree | cadd32f9c2c615b79b2b0b7fc1ae2de385601faf /sys/dev/marvell | |
| parent | 2c650dfce1d11c9d2b90557108902fac4c2f6baf (diff) | |
s/occured/occurred/ in comments, log messages and man pages.
Diffstat (limited to 'sys/dev/marvell')
| -rw-r--r-- | sys/dev/marvell/mvxpsec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/marvell/mvxpsec.c b/sys/dev/marvell/mvxpsec.c index 650a371383e..c2c4e6372a6 100644 --- a/sys/dev/marvell/mvxpsec.c +++ b/sys/dev/marvell/mvxpsec.c @@ -1,4 +1,4 @@ -/* $NetBSD: mvxpsec.c,v 1.8 2021/08/13 20:26:07 andvar Exp $ */ +/* $NetBSD: mvxpsec.c,v 1.9 2021/12/10 20:36:04 andvar Exp $ */ /* * Copyright (c) 2015 Internet Initiative Japan Inc. * All rights reserved. @@ -1280,7 +1280,7 @@ mvxpsec_eintr_ack(struct mvxpsec_softc *sc) /* * Interrupt statistics * - * this is NOT a statistics of how may times the events 'occured'. + * this is NOT a statistics of how many times the events 'occurred'. * this ONLY means how many times the events 'handled'. */ INLINE void |
