diff --git a/HISTORY.rst b/HISTORY.rst index b30a0c373..54e20de61 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/psutil/arch/windows/wmi.c b/psutil/arch/windows/wmi.c index ec083642c..44e694812 100644 --- a/psutil/arch/windows/wmi.c +++ b/psutil/arch/windows/wmi.c @@ -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 */ /*