]> Cypherpunks repositories - gostls13.git/commitdiff
fix typo
authorKai Backman <kaib@golang.org>
Thu, 13 Aug 2009 22:14:41 +0000 (15:14 -0700)
committerKai Backman <kaib@golang.org>
Thu, 13 Aug 2009 22:14:41 +0000 (15:14 -0700)
R=rsc
APPROVED=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=33209
CL=33227

src/pkg/log/log.go

index 8fcd731900387c6d325169518d04070cafdbe0df..c109efa834a0761799052321da27ab19249d41d5 100644 (file)
@@ -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))
 }