diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-11 14:15:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-11-11 14:15:19 +0100 |
| commit | c247a1b81b78164acf84f4b003062fab25e64b53 (patch) | |
| tree | 07ba97bf764166f63d33de68d71ed8309192d588 /src/lib | |
| parent | 81fa6ec113fdcfce04aa4a2972cdef19ee038155 (diff) | |
Fix comment.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 2bf9b1860..c88be5826 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -648,7 +648,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()); |
