vulkan/util: fix typo in comment

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Eric Engestrom
2017-07-18 11:06:43 +01:00
parent 838b9c21d4
commit a522ce9977
+1 -1
View File
@@ -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