From 0263e49a0cadf04afab715aa7703cffbe1c6f750 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 2 Jun 2015 11:29:46 +0300 Subject: [PATCH 1/1] Remove an unnecessary right parenthesis --- pod/perlhacktips.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod index f7cd08d..df64f01 100644 --- a/pod/perlhacktips.pod +++ b/pod/perlhacktips.pod @@ -1167,7 +1167,7 @@ C<-Accflags=-DDL_UNLOAD_ALL_AT_EXIT>. The valgrind tool can be used to find out both memory leaks and illegal heap memory accesses. As of version 3.3.0, Valgrind only supports Linux -on x86, x86-64 and PowerPC and Darwin (OS X) on x86 and x86-64). The +on x86, x86-64 and PowerPC and Darwin (OS X) on x86 and x86-64. The special "test.valgrind" target can be used to run the tests under valgrind. Found errors and memory leaks are logged in files named F and by default output is displayed inline. -- 1.8.3.1