]> Cypherpunks repositories - gostls13.git/commitdiff
log: fix typo in comment
authorBenny Siegert <bsiegert@gmail.com>
Wed, 16 May 2012 12:56:18 +0000 (22:56 +1000)
committerDavid Symonds <dsymonds@golang.org>
Wed, 16 May 2012 12:56:18 +0000 (22:56 +1000)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6195096

src/pkg/log/log.go

index 1d7f209d1daf676bce28a54aed4ba4bb3327b43a..d37e4375e4c8753d2a26a60c2246f5c78d5f8530 100644 (file)
@@ -26,7 +26,7 @@ const (
        // Bits or'ed together to control what's printed. There is no control over the
        // order they appear (the order listed here) or the format they present (as
        // described in the comments).  A colon appears after these items:
-       //      2009/0123 01:23:23.123123 /a/b/c/d.go:23: message
+       //      2009/01/23 01:23:23.123123 /a/b/c/d.go:23: message
        Ldate         = 1 << iota     // the date: 2009/01/23
        Ltime                         // the time: 01:23:23
        Lmicroseconds                 // microsecond resolution: 01:23:23.123123.  assumes Ltime.