output/alsa: fix comment typo

This commit is contained in:
Max Kellermann 2019-06-28 18:04:45 +02:00
parent fac15aaffb
commit 3da1fa88d0

View File

@ -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;