Skip to content

Commit

Permalink
Typo fixed (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABDUL NIYAS P M authored and giampaolo committed Mar 27, 2019
1 parent 73337e0 commit 05338fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psutil/_psutil_windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ psutil_proc_cpu_times(PyObject *self, PyObject *args) {

/*
* 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 Expand Up @@ -1118,7 +1118,7 @@ psutil_proc_threads(PyObject *self, PyObject *args) {

/*
* 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 05338fb

Please sign in to comment.