From dfe1e60146f1f7f33829b755fa19cf75165c20fd Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 19 Dec 2018 17:30:04 +0100 Subject: [PATCH] Typo in comment --- hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub.go b/hub.go index 639612f..be530e4 100644 --- a/hub.go +++ b/hub.go @@ -135,7 +135,7 @@ func (h *Hub) Run() { } } -// Clear removes every all elements from the buffer +// Clear removes all elements from the buffer func (h *Hub) clear() { buf := h.circbuf for i := 0; i < buf.Len(); i++ {