diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-02-18 04:58:55 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-02-18 04:58:55 -0800 |
commit | d1da5500261e96efe0ede06fbebb32f0e191f3c1 (patch) | |
tree | dd21d51ea65b0bbe476f6114cac15d2112803be0 /src | |
parent | 1fd20d00ec5ed8f17783c4b64fa66e76ffad14f2 (diff) |
fb: fix comment braino: s/invalid/inactive/
Diffstat (limited to 'src')
-rw-r--r-- | src/fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |