Skip to content

Commit

Permalink
Merge pull request #494 from schmichael/patch-1
Browse files Browse the repository at this point in the history
typo: wich -> which
  • Loading branch information
shirou committed Feb 27, 2018
2 parents 12ab94e + b11d0a7 commit 5776ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/process_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (p *Process) TimesWithContext(ctx context.Context) (*cpu.TimesStat, error)
}

// User and kernel times are represented as a FILETIME structure
// wich contains a 64-bit value representing the number of
// which contains a 64-bit value representing the number of
// 100-nanosecond intervals since January 1, 1601 (UTC):
// http://msdn.microsoft.com/en-us/library/ms724284(VS.85).aspx
// To convert it into a float representing the seconds that the
Expand Down

0 comments on commit 5776ff9

Please sign in to comment.