diff options
author | Michael Pratt <mpratt@google.com> | 2020-06-02 15:23:36 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-02 15:29:26 -0700 |
commit | 43279c6734109eec2725513e3ada93342f4de8d2 (patch) | |
tree | 5cf4a7228e24fbef6c39f1d62a03631ffb8c8238 /pkg/sentry | |
parent | b062821d3ec2efa4aacff94ba2b501fc2c05bc1b (diff) |
Fix typos
PiperOrigin-RevId: 314415253
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/watchdog/watchdog.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/watchdog/watchdog.go b/pkg/sentry/watchdog/watchdog.go index 101497ed6..26ce1077f 100644 --- a/pkg/sentry/watchdog/watchdog.go +++ b/pkg/sentry/watchdog/watchdog.go @@ -328,8 +328,8 @@ func (w *Watchdog) reportStuckWatchdog() { } // doAction will take the given action. If the action is LogWarning, the stack -// is not always dumpped to the log to prevent log flooding. "forceStack" -// guarantees that the stack will be dumped regarless. +// is not always dumped to the log to prevent log flooding. "forceStack" +// guarantees that the stack will be dumped regardless. func (w *Watchdog) doAction(action Action, forceStack bool, msg *bytes.Buffer) { switch action { case LogWarning: |