From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 19 May 2022 17:07:32 +0000 (+0100) Subject: Fix a typo. X-Git-Tag: 4.1-rc1~24^2~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=850fda10559ed895a8062fb59a4a70853d4eece0;p=thirdparty%2Fshairport-sync.git Fix a typo. --- diff --git a/audio_alsa.c b/audio_alsa.c index e22b71c1..effdc436 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -252,7 +252,7 @@ static uint64_t frames_sent_for_playing; // set to true if there has been a discontinuity between the last reported frames_sent_for_playing // and the present reported frames_sent_for_playing -// Not that it will be set when the device is opened, as any previous figures for +// Note that it will be set when the device is opened, as any previous figures for // frames_sent_for_playing (which Shairport Sync might hold) would be invalid. static int frames_sent_break_occurred;