mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-15 19:58:31 +02:00
v3d: tweak initial comment on pack generator script
As the files it mentions to use as reference has slightly different names. Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
8c5692b696
commit
c2ff38d2df
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ import re
|
|||
import sys
|
||||
import copy
|
||||
|
||||
license = """/* Generated code, see packets.xml and gen_packet_header.py */
|
||||
license = """/* Generated code, see v3d_packet_v21.xml, v3d_packet_v33.xml and gen_pack_header.py */
|
||||
"""
|
||||
|
||||
pack_header = """%(license)s
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue