From 48be482d73b3b2afe0fb814664bddf5554ea9880 Mon Sep 17 00:00:00 2001 From: Rikard Lundmark Date: Tue, 28 Jan 2020 16:07:36 +0100 Subject: [PATCH] Fix spelling. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: Id281fe3d58bd5a8651b299b426353524085dd876 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167536 Reviewed-by: Erik Språng Commit-Queue: Rikard Lundmark Cr-Commit-Position: refs/heads/master@{#30402} --- modules/pacing/pacing_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pacing/pacing_controller.h b/modules/pacing/pacing_controller.h index 45cab24269..c1b3942dfa 100644 --- a/modules/pacing/pacing_controller.h +++ b/modules/pacing/pacing_controller.h @@ -36,7 +36,7 @@ namespace webrtc { -// This class implements a leaky-buck packet pacing algorithm. It handles the +// This class implements a leaky-bucket packet pacing algorithm. It handles the // logic of determining which packets to send when, but the actual timing of // the processing is done externally (e.g. PacedSender). Furthermore, the // forwarding of packets when they are ready to be sent is also handled