]> code.delx.au - gnu-emacs/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 Sep 2012 08:22:32 +0000 (11:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 Sep 2012 08:22:32 +0000 (11:22 +0300)
src/ralloc.c

index 6b03c50ab2188b26b5b343c3af1bd1bfc1afb80a..9a4b1ada229d8e2c040aad5909de55e12f1c116d 100644 (file)
@@ -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.)  */