fix typo

R=rsc
APPROVED=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=33209
CL=33227
diff --git a/src/pkg/log/log.go b/src/pkg/log/log.go
index 8fcd731..c109efa 100644
--- a/src/pkg/log/log.go
+++ b/src/pkg/log/log.go
@@ -184,7 +184,7 @@
 	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))
 }