From 36813470fc01a423fab07f55daa41102de2c44ef Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 25 Jun 2021 00:21:42 -0400 Subject: [PATCH] grammar fix in comment --- src/lib/render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/render.c b/src/lib/render.c index 797ae6a63..e83214d1c 100644 --- a/src/lib/render.c +++ b/src/lib/render.c @@ -4,7 +4,7 @@ #include #include "internal.h" -// Check whether the terminal geometry has changed, and if so, copies what can +// Check whether the terminal geometry has changed, and if so, copy what can // be copied from the old lastframe. Assumes that the screen is always anchored // at the same origin. Initiates a resize cascade for the pile containing |pp|. // The current terminal geometry, changed or not, is written to |rows|/|cols|.