diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-05-14 23:17:28 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-14 23:17:28 +0000 |
commit | a9fae2bee876ca5a57703417c45540ff9202d8b0 (patch) | |
tree | c16ef8115653b8676cf8460a40e7ffea77b5655f /pkg/sentry/watchdog | |
parent | 6df857e4b812257cbd7000d1f490943755c6614b (diff) | |
parent | 25f0ab3313c356fcfb9e4282eda3b2aa2278956d (diff) |
Merge release-20210510.0-40-g25f0ab331 (automated)
Diffstat (limited to 'pkg/sentry/watchdog')
-rw-r--r-- | pkg/sentry/watchdog/watchdog.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/watchdog/watchdog.go b/pkg/sentry/watchdog/watchdog.go index 8e3146d8d..bd31464d0 100644 --- a/pkg/sentry/watchdog/watchdog.go +++ b/pkg/sentry/watchdog/watchdog.go @@ -312,7 +312,7 @@ func (w *Watchdog) runTurn() { // New stuck task detected. // // Note that tasks blocked doing IO may be considered stuck in kernel, - // unless they are surrounded b + // unless they are surrounded by // Task.UninterruptibleSleepStart/Finish. tc = &offender{lastUpdateTime: lastUpdateTime} stuckTasks.Increment() |