From 8edb25f0ad08afe0d4753a7f67008c016a1bf4df Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 7 Jul 2015 16:54:28 +0000 Subject: [PATCH] another doc tweak git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38764 72102866-910b-0410-8b05-ffd578937521 --- EcProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EcProcess.h b/EcProcess.h index 3c0a9d3..0782d5e 100644 --- a/EcProcess.h +++ b/EcProcess.h @@ -291,7 +291,7 @@ extern NSString* cmdVersion(NSString *ver); * an alert is generated.
* If this is not set (or is set to a value less than ten or * greater than a million) then a value of five thousand is used - * unless EcMemory is set (in which case twenty is used).
+ * unless EcMemory is set (in which case fifty is used).
* Setting a higher value makes memory leak detection less * sensitive (but reduces unnecessary alerts).
* If used in conjunction with EcMemoryPercentage, the greater