radv: fix stale comment in generated vk_format_table.c

It seems to be a leftover from u_format_table.py.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Grazvydas Ignotas 2018-03-10 20:48:05 +02:00
parent 7db1c09d12
commit 331141e87e

View file

@ -86,7 +86,7 @@ def print_channels(format, func):
print '#endif'
def write_format_table(formats):
print '/* This file is autogenerated by u_format_table.py from u_format.csv. Do not edit directly. */'
print '/* This file is autogenerated by vk_format_table.py from vk_format_layout.csv. Do not edit directly. */'
print
# This will print the copyright message on the top of this file
print CopyRight.strip()