diff options
| author | isaki <isaki@NetBSD.org> | 2020-09-07 03:36:11 +0000 |
|---|---|---|
| committer | isaki <isaki@NetBSD.org> | 2020-09-07 03:36:11 +0000 |
| commit | e813c413d2d55a4eec3fa7c12c687884b5cac5e8 (patch) | |
| tree | c569cb7408e4ceabce6df01a9dba1d1b8dbb06fe /sys/dev/audio | |
| parent | bd24a6ad68329ff916878b739189f7be04064449 (diff) | |
Fix misspellings in comment.
Diffstat (limited to 'sys/dev/audio')
| -rw-r--r-- | sys/dev/audio/audio.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/audio/audio.c b/sys/dev/audio/audio.c index 7aad9c1b894..0d04894795b 100644 --- a/sys/dev/audio/audio.c +++ b/sys/dev/audio/audio.c @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.78 2020/08/23 04:20:01 isaki Exp $ */ +/* $NetBSD: audio.c,v 1.79 2020/09/07 03:36:11 isaki Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -138,7 +138,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.78 2020/08/23 04:20:01 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.79 2020/09/07 03:36:11 isaki Exp $"); #ifdef _KERNEL_OPT #include "audio.h" @@ -2961,7 +2961,7 @@ audio_ioctl(dev_t dev, struct audio_softc *sc, u_long cmd, void *addr, int flag, mutex_enter(sc->sc_lock); error = sc->hw_if->query_format(sc->hw_hdl, query); mutex_exit(sc->sc_lock); - /* Hide internal infomations */ + /* Hide internal information */ query->fmt.driver_data = NULL; break; @@ -4775,7 +4775,7 @@ audio_track_record(audio_track_t *track) } /* - * Calcurate blktime [msec] from mixer(.hwbuf.fmt). + * Calculate blktime [msec] from mixer(.hwbuf.fmt). * Must be called with sc_exlock held. */ static u_int @@ -4910,7 +4910,7 @@ audio_mixer_init(struct audio_softc *sc, int mode, return EINVAL; } if (rounded != bufsize) { - /* Recalcuration */ + /* Recalculation */ bufsize = rounded; hwblks = bufsize / blksize; capacity = mixer->frames_per_block * hwblks; |
