From d1da5500261e96efe0ede06fbebb32f0e191f3c1 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 18 Feb 2021 04:58:55 -0800 Subject: fb: fix comment braino: s/invalid/inactive/ --- src/fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fb.c b/src/fb.c index 255d90a..1c94bdf 100644 --- a/src/fb.c +++ b/src/fb.c @@ -365,7 +365,7 @@ fail: } -/* This informs the fb to reconstruct its pages as they become invalid, +/* This informs the fb to reconstruct its pages as they become inactive, * giving the backend an opportunity to reconfigure them before they get * rendered to again. It's intended to be used in response to window * resizes. -- cgit v1.2.3