mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 21:20:21 +01:00
isaspec: Fix comment
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13049>
This commit is contained in:
parent
cd3ee83ca5
commit
72db4e51f3
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ import re
|
|||
# ... encode field A ...
|
||||
# ... encode field B ...
|
||||
#
|
||||
# // Third level - each display field can be resolved in potentially
|
||||
# // resolved by multiple different overrides, you can end up with
|
||||
# // Third level - each display field can be potentially resolved
|
||||
# // by multiple different overrides, you can end up with
|
||||
# // an if/else ladder for an individual display field
|
||||
# if (field_c_case1.expression()) {
|
||||
# ... encode field C ...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue