mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fix typo
This commit is contained in:
parent
8aedb7671e
commit
a993f0ccc0
2
wal.go
2
wal.go
|
@ -190,7 +190,7 @@ type SegmentWAL struct {
|
||||||
|
|
||||||
stopc chan struct{}
|
stopc chan struct{}
|
||||||
donec chan struct{}
|
donec chan struct{}
|
||||||
actorc chan func() error // sequantilized background operations
|
actorc chan func() error // sequentialized background operations
|
||||||
buffers sync.Pool
|
buffers sync.Pool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue