mirror of https://bitbucket.org/ausocean/av.git
Fixed another spelling mistake in a comment
This commit is contained in:
parent
41355c2034
commit
eb766844bb
|
@ -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.
|
it is not empty.
|
||||||
*/
|
*/
|
||||||
func (rb *RingBuffer) CanRead() bool {
|
func (rb *RingBuffer) CanRead() bool {
|
||||||
|
|
Loading…
Reference in New Issue