diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-05-09 22:28:48 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-05-09 22:28:48 +0800 |
commit | 3d722b94dc186e70937053c47c368102a7902d61 (patch) | |
tree | 56d5b0b6e2560cb566de88ab2cdd8ecf662cd0cf | |
parent | 748429cef5456554627ffecc6b0f60a8d584070c (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> |