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/audio/audio.c | |
| parent | 2c650dfce1d11c9d2b90557108902fac4c2f6baf (diff) | |
s/occured/occurred/ in comments, log messages and man pages.
Diffstat (limited to 'sys/dev/audio/audio.c')
| -rw-r--r-- | sys/dev/audio/audio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/audio/audio.c b/sys/dev/audio/audio.c index cf2f055ddba..fcce3c88672 100644 --- a/sys/dev/audio/audio.c +++ b/sys/dev/audio/audio.c @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.111 2021/12/05 02:56:55 msaitoh Exp $ */ +/* $NetBSD: audio.c,v 1.112 2021/12/10 20:36:03 andvar Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -138,7 +138,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.111 2021/12/05 02:56:55 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.112 2021/12/10 20:36:03 andvar Exp $"); #ifdef _KERNEL_OPT #include "audio.h" @@ -6917,7 +6917,7 @@ audio_mixers_get_format(struct audio_softc *sc, struct audio_info *ai) * It indicates the number of times reached EOF(?). * * ai.{play,record}.error (R/-) - * Non-zero indicates overflow/underflow has occured. + * Non-zero indicates overflow/underflow has occurred. * * ai.{play,record}.waiting (R/-) * Non-zero indicates that other process waits to open. |
