Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Nov 20, 2021
1 parent 0f81f53 commit 1074805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/monitors/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func (m *Monitor) Start() {
m.state = MON_STARTED
}

// stopUnsafe stops the monitor without freeing it in global dedup
// Stop stops the monitor without freeing it in global dedup
// needed by dedup itself to avoid a reentrant lock.
func (m *Monitor) Stop() {
m.internalsMtx.Lock()
Expand Down

0 comments on commit 1074805

Please sign in to comment.