Fix Spelling Mistake in Cue Alignment Handler

"bufferring" -> "buffering"

Change-Id: Ib516460295a52f0e5aa09583432868cf0efb3fe3
This commit is contained in:
Aaron Vaage 2018-04-06 13:16:55 -07:00
parent 222737d5b5
commit d5e820c744
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ bool CueAlignmentHandler::EveryoneWaitingAtHint() const {
// Accept Sample will either: // Accept Sample will either:
// 1. Send the sample downstream, as it comes before the next sync point and // 1. Send the sample downstream, as it comes before the next sync point and
// therefore can skip the bufferring. // therefore can skip the buffering.
// 2. Save the sample in the buffer as it comes after the next sync point. // 2. Save the sample in the buffer as it comes after the next sync point.
Status CueAlignmentHandler::AcceptSample(std::unique_ptr<StreamData> sample, Status CueAlignmentHandler::AcceptSample(std::unique_ptr<StreamData> sample,
StreamState* stream_state) { StreamState* stream_state) {