Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: ncabatoff <nick.cabatoff@gmail.com>
  • Loading branch information
PierreF and ncabatoff authored May 6, 2020
1 parent d830f57 commit 9c9d3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type (
// to allow finding the Tracked entry of a parent process.
procIds map[int]ID
// firstUpdateAt is the time the first update was run. It allows to
// count first usage of a process started between to Update()
// count first usage of a process started between two Update() calls
firstUpdateAt time.Time
// trackChildren makes Tracker track descendants of procs the
// namer wanted tracked.
Expand Down

0 comments on commit 9c9d3a7

Please # to comment.