Skip to content

Commit

Permalink
Change PR title and update HISTORY
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Oct 21, 2022
1 parent 366b4e1 commit 4109505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ XXXX-XX-XX
``SPEED_UNKNOWN`` definition. (patch by Amir Rossert)
- 2010_, [macOS]: on MacOS, arm64 ``IFM_1000_TX`` and ``IFM_1000_T`` are the
same value, causing a build failure. (patch by Lawrence D'Anna)
- 2160_, [Windows]: Handle mismatch between committed vs. used physical memory.
- 2160_, [Windows]: Get Windows percent swap usage from performance counters.
(patch by Daniel Widdis)

5.9.3
Expand Down
2 changes: 1 addition & 1 deletion psutil/arch/windows/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ psutil_get_loadavg(PyObject *self, PyObject *args) {
}

/*
* Percent swap implementation using "\PagingFile(_Total)\% Usage" counter
* Percent swap implementation using "\Paging File(_Total)\% Usage" counter
*/

/*
Expand Down

0 comments on commit 4109505

Please sign in to comment.