From 9b318728ab4f6fce5c0f5449e80bd8c4bf3bf3a4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 17 Sep 2012 11:22:32 +0300 Subject: [PATCH] Fix a typo in a comment. --- src/ralloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ralloc.c b/src/ralloc.c index 6b03c50ab2..9a4b1ada22 100644 --- a/src/ralloc.c +++ b/src/ralloc.c @@ -1208,7 +1208,7 @@ r_alloc_init (void) the relocatable blocks much less often. The number used to be 64, but alloc.c would override that with 32 in code that was removed when SYNC_INPUT became the only input handling mode. - That code was condition on !DOUG_LEA_MALLOC, so the call to + That code was conditioned on !DOUG_LEA_MALLOC, so the call to mallopt above is left unchanged. (Actually, I think there's no system nowadays that uses DOUG_LEA_MALLOC and also uses REL_ALLOC.) */ -- 2.39.2