Update client/allocrunner/taskrunner/stats_hook.go

Co-Authored-By: nickethier <ncethier@gmail.com>
This commit is contained in:
Michael Schurter 2019-01-14 12:31:27 -05:00 committed by GitHub
parent fbd403df96
commit 1ca858fa92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ type statsHook struct {
updater StatsUpdater
interval time.Duration
// cancel is called by Exited or Canceled
// cancel is called by Exited
cancel context.CancelFunc
mu sync.Mutex