summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-02-18 04:58:55 -0800
committerVito Caputo <vcaputo@pengaru.com>2021-02-18 04:58:55 -0800
commitd1da5500261e96efe0ede06fbebb32f0e191f3c1 (patch)
treedd21d51ea65b0bbe476f6114cac15d2112803be0
parent1fd20d00ec5ed8f17783c4b64fa66e76ffad14f2 (diff)
fb: fix comment braino: s/invalid/inactive/
-rw-r--r--src/fb.c2
1 files changed, 1 insertions, 1 deletions
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.
© All Rights Reserved