From: Paul F. <pa...@so...> - 2024-12-01 20:14:06
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=9ec2c7e2e960c9cfaaeb13678f81c1d685d7e18a commit 9ec2c7e2e960c9cfaaeb13678f81c1d685d7e18a Author: Paul Floyd <pj...@wa...> Date: Sun Dec 1 21:13:18 2024 +0100 Fix typo in FAQ. Diff: --- docs/xml/FAQ.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/FAQ.xml b/docs/xml/FAQ.xml index 4179a62ac1..9421aa0ffa 100644 --- a/docs/xml/FAQ.xml +++ b/docs/xml/FAQ.xml @@ -512,7 +512,7 @@ int main(void) </listitem> <listitem> <para>Do not link with tcmalloc for the builds that you use for - Memecheck testing.</para> + Memcheck testing.</para> </listitem> </itemizedlist> </para> |