From: Eric Engestrom Date: Tue, 18 Jul 2017 10:06:43 +0000 (+0100) Subject: vulkan/util: fix typo in comment X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=a522ce9977793b4fb2afe208009cafd11186909f;hp=838b9c21d4311d83824cd7ade4b5130915762bb1 vulkan/util: fix typo in comment Signed-off-by: Eric Engestrom Reviewed-by: Lionel Landwerlin --- diff --git a/src/vulkan/util/gen_enum_to_str.py b/src/vulkan/util/gen_enum_to_str.py index fb31addf94f..ef37972c20d 100644 --- a/src/vulkan/util/gen_enum_to_str.py +++ b/src/vulkan/util/gen_enum_to_str.py @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -"""Create enum to string functions for vulking using vk.xml.""" +"""Create enum to string functions for vulkan using vk.xml.""" from __future__ import print_function import argparse