emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110067: Fix a typo in a comment.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110067: Fix a typo in a comment.
Date: Mon, 17 Sep 2012 11:22:32 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110067
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2012-09-17 11:22:32 +0300
message:
  Fix a typo in a comment.
modified:
  src/ralloc.c
=== modified file 'src/ralloc.c'
--- a/src/ralloc.c      2012-09-17 07:54:32 +0000
+++ b/src/ralloc.c      2012-09-17 08:22:32 +0000
@@ -1208,7 +1208,7 @@
      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.)  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]