Typo in comment

This commit is contained in:
Blallo 2018-12-19 17:30:04 +01:00
parent d61ab0638f
commit dfe1e60146
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

2
hub.go
View file

@ -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++ {