Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Dec 11, 2024
1 parent 50f6309 commit 2f3e84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/utils/accessio/lookaheadreader.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (r *LookAheadReader) read(p []byte) (n int, err error) {

// LookAhead provides a preview of upcoming data.
// It tries to fill the complete given buffer.
// The regular data stream provided by ead is not affected.
// The regular data stream provided by Read is not affected.
func (r *LookAheadReader) LookAhead(p []byte) (n int, err error) {
r.lock.Lock()
defer r.lock.Unlock()
Expand Down

0 comments on commit 2f3e84b

Please sign in to comment.