From fac15aaffbc2a9016c013188fb062407e3cebe20 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Jun 2019 14:39:52 +0200 Subject: [PATCH] output/alsa: fix comment typo --- src/output/plugins/AlsaOutputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/plugins/AlsaOutputPlugin.cxx b/src/output/plugins/AlsaOutputPlugin.cxx index 16832a1bc..e9e68c0ce 100644 --- a/src/output/plugins/AlsaOutputPlugin.cxx +++ b/src/output/plugins/AlsaOutputPlugin.cxx @@ -995,7 +995,7 @@ try { whenever more data arrives */ /* the same applies when there is still enough data in the ALSA-PCM buffer (determined by - snd_pcm_avail()); this can happend at the + snd_pcm_avail()); this can happen at the start of playback, when our ring_buffer is smaller than the ALSA-PCM buffer */