Commit c91e89d5 authored by Rob Pike's avatar Rob Pike

remove reference to p4 in comment.

R=gri
CC=rsc
http://go/go-review/1014008
parent f860bc0f
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment