Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314415253
  • Loading branch information
prattmic authored and gvisor-bot committed Jun 2, 2020
1 parent b062821 commit 43279c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sentry/watchdog/watchdog.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 43279c6

Please sign in to comment.