diff options
author | Eric Engestrom <[email protected]> | 2019-02-27 12:02:47 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-03-01 11:20:28 +0000 |
commit | 2793417ec61ec336b6cb825e06b7eacdd2770204 (patch) | |
tree | 9c49f4af5964e7228ec9b7f9b9937862e9c44b52 /src | |
parent | 258e463db5b8e8df1507dce7012423a5dd1a0260 (diff) |
anv: fix typo
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/anv_entrypoints_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py index 5f53501b35b..8e815b102ea 100644 --- a/src/intel/vulkan/anv_entrypoints_gen.py +++ b/src/intel/vulkan/anv_entrypoints_gen.py @@ -661,7 +661,7 @@ def main(): device_strmap=device_strmap, filename=os.path.basename(__file__))) except Exception: - # In the even there's an error this imports some helpers from mako + # In the event there's an error, this imports some helpers from mako # to print a useful stack trace and prints it, then exits with # status 1, if python is run with debug; otherwise it just raises # the exception |