Browse Source

fix typo

pull/1607/head
Anton Kaliaev 6 years ago
parent
commit
b9afcbe3a2
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consensus/wal.go

+ 1
- 1
consensus/wal.go 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 {


Loading…
Cancel
Save