summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-11 14:13:41 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-11 14:13:41 +0100
commitdc18bbe7fb73ceaa169ff27e56d00bf32b509519 (patch)
tree876f6909356cbedb1c6a70843a337339fb238b62 /src
parentb1f03ef090dd57d8d33b814184583865a92c1d48 (diff)
Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/lib/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 0cef941f8..baf9b2068 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -635,7 +635,7 @@ Player::pass ()
if (_last_audio_time) {
/* Sometimes the thing that happened last finishes fractionally before
or after this silence. Bodge the start time of the silence to fix it.
- I think is nothing too bad to worry about since we will just add or
+ I think this is nothing to worry about since we will just add or
remove a little silence at the end of some content.
*/
int64_t const error = labs(period.from.get() - _last_audio_time->get());