]> git.eshelyaron.com Git - emacs.git/commitdiff
src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Jul 2014 06:32:56 +0000 (09:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 Jul 2014 06:32:56 +0000 (09:32 +0300)
src/dispnew.c

index 2d137b4abbd5ad223c5e6c29f46de49352f6d27d..7be4e0b46151ac73b8b6bd2c64ba6098387fccd3 100644 (file)
@@ -1639,7 +1639,7 @@ allocate_matrices_for_frame_redisplay (Lisp_Object window, int x, int y,
 
          /* Actually change matrices, if allowed.  Do not consider
             CHANGED_LEAF_MATRIX computed above here because the pool
-            may have been changed which we don't now here.  We trust
+            may have been changed which we don't know here.  We trust
             that we only will be called with DIM_ONLY_P when
             necessary.  */
          if (!dim_only_p)