From: Rob Pike Date: Sat, 24 Oct 2009 21:27:49 +0000 (-0700) Subject: remove reference to p4 in comment. X-Git-Tag: weekly.2009-11-06~205 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c91e89d5390d369f3f8281cfc0df6309dfb06bce;p=gostls13.git remove reference to p4 in comment. R=gri CC=rsc http://go/go-review/1014008 --- diff --git a/src/cmd/godoc/godoc.go b/src/cmd/godoc/godoc.go index be15ae5616..64e2607a90 100644 --- a/src/cmd/godoc/godoc.go +++ b/src/cmd/godoc/godoc.go @@ -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");