From eb766844bb8a7ffa0b5dd5f49722005035f6f2c2 Mon Sep 17 00:00:00 2001 From: Saxon1 Date: Sun, 3 Dec 2017 09:01:51 +1030 Subject: [PATCH] Fixed another spelling mistake in a comment --- ringbuffer/RingBuffer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ringbuffer/RingBuffer.go b/ringbuffer/RingBuffer.go index a793077a..babf0a48 100644 --- a/ringbuffer/RingBuffer.go +++ b/ringbuffer/RingBuffer.go @@ -155,7 +155,7 @@ func (rb *RingBuffer) DoneReading() error { } /* -CanRead return true if it is possible to read from the buffer, i.e. if +CanRead returns true if it is possible to read from the buffer, i.e. if it is not empty. */ func (rb *RingBuffer) CanRead() bool {