Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Aug 11, 2013
1 parent 0a639d9 commit 8cddf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp
Expand Up @@ -1137,7 +1137,7 @@ class StreamWorker : public MThread
int err = hls->DownloadSegmentData(dnldsegment, bw, m_stream);
if (m_interrupted)
{
// interrupt only
// interrupt early
Wakeup();
break;
}
Expand Down

0 comments on commit 8cddf62

Please sign in to comment.