aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorEli Zaretskii2012-09-17 11:22:32 +0300
committerEli Zaretskii2012-09-17 11:22:32 +0300
commit9b318728ab4f6fce5c0f5449e80bd8c4bf3bf3a4 (patch)
treea40e830cccaf19eee1512be79c209d59ec9c87dd /src/ralloc.c
parentb4c932a221c656c23b3c81518c3b5bc3223a7e48 (diff)
downloademacs-9b318728ab4f6fce5c0f5449e80bd8c4bf3bf3a4.tar.gz
emacs-9b318728ab4f6fce5c0f5449e80bd8c4bf3bf3a4.zip
Fix a typo in a comment.
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index 6b03c50ab21..9a4b1ada229 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -1208,7 +1208,7 @@ r_alloc_init (void)
1208 the relocatable blocks much less often. The number used to be 1208 the relocatable blocks much less often. The number used to be
1209 64, but alloc.c would override that with 32 in code that was 1209 64, but alloc.c would override that with 32 in code that was
1210 removed when SYNC_INPUT became the only input handling mode. 1210 removed when SYNC_INPUT became the only input handling mode.
1211 That code was condition on !DOUG_LEA_MALLOC, so the call to 1211 That code was conditioned on !DOUG_LEA_MALLOC, so the call to
1212 mallopt above is left unchanged. (Actually, I think there's no 1212 mallopt above is left unchanged. (Actually, I think there's no
1213 system nowadays that uses DOUG_LEA_MALLOC and also uses 1213 system nowadays that uses DOUG_LEA_MALLOC and also uses
1214 REL_ALLOC.) */ 1214 REL_ALLOC.) */