fix: typo gouroutine

fix: typo gouroutine
This commit is contained in:
Tsonglew 2022-06-16 16:35:06 +08:00 committed by GitHub
parent a1fe0b8ea3
commit e5a80f5049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -817,7 +817,7 @@ func (s *EtcdServer) run() {
s.cancel()
sched.Stop()
// wait for gouroutines before closing raft so wal stays open
// wait for goroutines before closing raft so wal stays open
s.wg.Wait()
s.SyncTicker.Stop()