diff options
author | Max Kellermann <max@musicpd.org> | 2019-06-28 14:39:52 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-06-28 14:39:54 +0200 |
commit | fac15aaffbc2a9016c013188fb062407e3cebe20 (patch) | |
tree | 3778c1b0925e78da0c60ca11f10cfb77f06d7811 /src | |
parent | c926021599c77b3011beec856cad535a5bedb1af (diff) |
output/alsa: fix comment typo
Diffstat (limited to 'src')
-rw-r--r-- | src/output/plugins/AlsaOutputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |