Fix typos

PiperOrigin-RevId: 314415253
This commit is contained in:
Michael Pratt
2020-06-02 15:29:26 -07:00
committed by gVisor bot
parent b062821d3e
commit 43279c6734
+2 -2
View File
@@ -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: