aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-12-03 20:38:14 -0500
committerMarek Olšák <[email protected]>2020-05-13 13:47:27 -0400
commit8c9b9aac7d09e65195dca6681d59c10e4ef713d9 (patch)
tree4b419e23b0fb2e78eaadaefd31d5923d9c277fb0 /src/util
parentd6287a94b697ffe12a4e576a38943cdf4e90cdb0 (diff)
gallium: change comments to remove 'state tracker'
Acked-by: Eric Anholt <[email protected]> Acked-by: Alyssa Rosenzweig <[email protected]> Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/merge_driinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/merge_driinfo.py b/src/util/merge_driinfo.py
index a09218a3902..0e071e5d7bf 100644
--- a/src/util/merge_driinfo.py
+++ b/src/util/merge_driinfo.py
@@ -25,7 +25,7 @@ usage: merge_driinfo.py <list of input files>
Generates a source file which contains the DRI_CONF_xxx macros for generating
the driinfo XML that describes the available DriConf options for a driver and
-its supported state trackers, based on the merged information from the input
+its supported gallium frontends, based on the merged information from the input
files.
"""