aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/feeder_matrix.c
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-09-26 09:21:16 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-09-26 09:21:16 +0000
commit513ee901eec639da45796d563168f0af966705e6 (patch)
treed71cc8c81a1b73bf9ff63e785081574fc97e2e86 /sys/dev/sound/pcm/feeder_matrix.c
parent94c2d487f14bc7143bbf3a9809f1f8f98db9f0ab (diff)
downloadsrc-513ee901eec639da45796d563168f0af966705e6.tar.gz
src-513ee901eec639da45796d563168f0af966705e6.zip
pcm(4): Fix a common typo in source code comments
- s/prefered/preferred/ MFC after: 3 days
Diffstat (limited to 'sys/dev/sound/pcm/feeder_matrix.c')
-rw-r--r--sys/dev/sound/pcm/feeder_matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/feeder_matrix.c b/sys/dev/sound/pcm/feeder_matrix.c
index c6a65113574a..d4925fe0d7e6 100644
--- a/sys/dev/sound/pcm/feeder_matrix.c
+++ b/sys/dev/sound/pcm/feeder_matrix.c
@@ -552,7 +552,7 @@ feeder_matrix_setup(struct pcm_feeder *f, struct pcmchan_matrix *m_in,
/*
* feeder_matrix_default_id(): For a given number of channels, return
- * default prefered id (example: both 5.1 and
+ * default preferred id (example: both 5.1 and
* 6.0 are simply 6 channels, but 5.1 is more
* preferable).
*/