]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix a typo.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 19 May 2022 17:07:32 +0000 (18:07 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 19 May 2022 17:07:32 +0000 (18:07 +0100)
audio_alsa.c

index e22b71c1eaedeb0968445b1a25359da97ca3412a..effdc436419a587b1f26843f8b0c9a79e7b1590f 100644 (file)
@@ -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;