Mesa (master): vulkan/util: fix typo in comment

Eric Engeström eric_engestrom at kemper.freedesktop.org
Tue Jul 18 12:58:17 UTC 2017


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

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Tue Jul 18 11:06:43 2017 +0100

vulkan/util: fix typo in comment

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

---

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

diff --git a/src/vulkan/util/gen_enum_to_str.py b/src/vulkan/util/gen_enum_to_str.py
index fb31addf94..ef37972c20 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




More information about the mesa-commit mailing list