From 21c663820f652726ec3f72859f0f26ad0d9d8a2f Mon Sep 17 00:00:00 2001 From: Elad Alon Date: Wed, 12 Sep 2018 15:59:30 +0200 Subject: [PATCH] Fix typo in bitbuffer.h s/../. Bug: None Change-Id: I3e1d73daa9026c99a8316a6730e61bac11d21476 Reviewed-on: https://webrtc-review.googlesource.com/99980 Commit-Queue: Karl Wiberg Reviewed-by: Karl Wiberg Cr-Commit-Position: refs/heads/master@{#24710} --- rtc_base/bitbuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtc_base/bitbuffer.h b/rtc_base/bitbuffer.h index 146577a15a..ba96a129a4 100644 --- a/rtc_base/bitbuffer.h +++ b/rtc_base/bitbuffer.h @@ -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