Fix typo in bitbuffer.h

s/../.

Bug: None
Change-Id: I3e1d73daa9026c99a8316a6730e61bac11d21476
Reviewed-on: https://webrtc-review.googlesource.com/99980
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24710}
This commit is contained in:
Elad Alon
2018-09-12 15:59:30 +02:00
committed by Commit Bot
parent afc3eb1a73
commit 21c663820f

View File

@ -43,7 +43,7 @@ class BitBuffer {
bool ReadUInt32(uint32_t* val);
// Reads bit-sized values from the buffer. Returns false if there isn't enough
// data left for the specified bit count..
// data left for the specified bit count.
bool ReadBits(uint32_t* val, size_t bit_count);
// Peeks bit-sized values from the buffer. Returns false if there isn't enough