diff options
author | Alejandro Piñeiro <[email protected]> | 2017-11-14 08:32:18 +0100 |
---|---|---|
committer | Alejandro Piñeiro <[email protected]> | 2017-11-14 13:07:36 +0100 |
commit | b498172d0eace0c448b199c94730d2551786bb1b (patch) | |
tree | 84279304676cf8c80bc6ed7294143d07339d9ec1 /src/compiler/spirv | |
parent | 7df9a3609a5d8f7db57270d226145f9678749a0b (diff) |
spirv: fix typo on DO NOT EDIT header
Introduced on commit 157c9a13414b524ce98ea0ea07fce819efc1ba65
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/compiler/spirv')
-rw-r--r-- | src/compiler/spirv/spirv_info_c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/spirv/spirv_info_c.py b/src/compiler/spirv/spirv_info_c.py index 11235cfa3e4..d898bf0131b 100644 --- a/src/compiler/spirv/spirv_info_c.py +++ b/src/compiler/spirv/spirv_info_c.py @@ -52,7 +52,7 @@ def parse_args(): return p.parse_args() TEMPLATE = Template("""\ -/* DO NOT EDIT - This file generated automatically by spirv_info_c.py script */ +/* DO NOT EDIT - This file is generated automatically by spirv_info_c.py script */ """ + COPYRIGHT + """\ #include "spirv_info.h" |