Browse Source

Fix typo

pull/5805/head
Fabian Reinartz 7 years ago committed by GitHub
parent
commit
a993f0ccc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wal.go

2
wal.go

@ -190,7 +190,7 @@ type SegmentWAL struct {
stopc chan struct{}
donec chan struct{}
actorc chan func() error // sequantilized background operations
actorc chan func() error // sequentialized background operations
buffers sync.Pool
}

Loading…
Cancel
Save