From 3da1fa88d0688c32f5db4948c3d86f3b0933bd4d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Jun 2019 18:04:45 +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 e9e68c0ce..eac424622 100644 --- a/src/output/plugins/AlsaOutputPlugin.cxx +++ b/src/output/plugins/AlsaOutputPlugin.cxx @@ -501,7 +501,7 @@ AlsaOutput::Setup(AudioFormat &audio_format, period_frames = alsa_period_size; - /* generate silence if there's less than once period of data + /* generate silence if there's less than one period of data in the ALSA-PCM buffer */ max_avail_frames = hw_result.buffer_size - hw_result.period_size;