Mesa (master): anv: fix typo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 1 11:21:17 UTC 2019


Module: Mesa
Branch: master
Commit: 2793417ec61ec336b6cb825e06b7eacdd2770204
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2793417ec61ec336b6cb825e06b7eacdd2770204

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed Feb 27 12:02:47 2019 +0000

anv: fix typo

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>

---

 src/intel/vulkan/anv_entrypoints_gen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the mesa-commit mailing list