From fa080fa7053956d20f0f25ed243760062fa83b22 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 27 Jul 2014 09:32:56 +0300 Subject: [PATCH] src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index 2d137b4abbd..7be4e0b4615 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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) -- 2.39.5