diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-05-09 22:28:48 +0800 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2022-05-09 09:37:32 -0500 |
commit | aa8ab353146ae7419b312bdf28015ed2b3fb741f (patch) | |
tree | d01609d4bedab090d6d056a93636e9a833769938 | |
parent | b35d6894e55103a242d1e2a20d63744a499ae46a (diff) |
procps: fix typo
How did I copied "FAIL:" along with the test name? :(
-rw-r--r-- | chapter08/procps.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/procps.xml b/chapter08/procps.xml index 43a3ae375..a78f7fa90 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -89,7 +89,7 @@ make check</userinput></screen> But the "used" value is from "Committed_AS" in the same file, which is the total commited virtual memory space of all processes. I'll make a report to upstream anyway. --> - <para>One test named <filename>FAIL: free with commit</filename> + <para>One test named <filename>free with commit</filename> may fail if some applications with a custom memory allocator (for example, JVM and Web browsers) are running on the host distro.</para> |