Commit 8149a8c6 authored by Kai Backman's avatar Kai Backman

fix typo

R=rsc
APPROVED=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=33209
CL=33227
parent 311c0b48
......@@ -184,7 +184,7 @@ func Exitf(format string, v ...) {
exit.Output(2, fmt.Sprintf(format, v))
}
// Crash is equivalent to Stderrf() followed by a call to panic().
// Crash is equivalent to Stderr() followed by a call to panic().
func Crash(v ...) {
crash.Output(2, fmt.Sprintln(v))
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment