summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/watchdog
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-05-14 23:17:28 +0000
committergVisor bot <gvisor-bot@google.com>2021-05-14 23:17:28 +0000
commita9fae2bee876ca5a57703417c45540ff9202d8b0 (patch)
treec16ef8115653b8676cf8460a40e7ffea77b5655f /pkg/sentry/watchdog
parent6df857e4b812257cbd7000d1f490943755c6614b (diff)
parent25f0ab3313c356fcfb9e4282eda3b2aa2278956d (diff)
Merge release-20210510.0-40-g25f0ab331 (automated)
Diffstat (limited to 'pkg/sentry/watchdog')
-rw-r--r--pkg/sentry/watchdog/watchdog.go2
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()