This commit is contained in:
Anton Kaliaev
2018-05-22 15:39:27 +04:00
parent a885af0826
commit b9afcbe3a2

View File

@ -111,7 +111,7 @@ func (wal *baseWAL) OnStop() {
}
// Write is called in newStep and for each receive on the
// peerMsgQueue and the timoutTicker.
// peerMsgQueue and the timeoutTicker.
// NOTE: does not call fsync()
func (wal *baseWAL) Write(msg WALMessage) {
if wal == nil {