]> Cypherpunks repositories - gostls13.git/commitdiff
remove reference to p4 in comment.
authorRob Pike <r@golang.org>
Sat, 24 Oct 2009 21:27:49 +0000 (14:27 -0700)
committerRob Pike <r@golang.org>
Sat, 24 Oct 2009 21:27:49 +0000 (14:27 -0700)
R=gri
CC=rsc
http://go/go-review/1014008

src/cmd/godoc/godoc.go

index be15ae56163dd227bdfe57a8d5d979d1dda820dd..64e2607a909182889d5c80662a8bbf3ce441af04 100644 (file)
@@ -111,7 +111,7 @@ var (
        syncCmd                         = flag.String("sync", "", "sync command; disabled if empty");
        syncMin                         = flag.Int("sync_minutes", 0, "sync interval in minutes; disabled if <= 0");
        syncDelay       delayTime;      // actual sync delay in minutes; usually syncDelay == syncMin, but delay may back off exponentially
-       syncTime        RWValue;        // time of last p4 sync
+       syncTime        RWValue;        // time of last sync
 
        // layout control
        tabwidth        = flag.Int("tabwidth", 4, "tab width");