Fixed another spelling mistake in a comment

This commit is contained in:
Saxon1 2017-12-03 09:01:51 +10:30
parent 41355c2034
commit eb766844bb
1 changed files with 1 additions and 1 deletions

View File

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