From ce2171b2cb5a6ec4ea3345e2eedf7eb4569972be Mon Sep 17 00:00:00 2001 From: Wojciech Nawrocki Date: Fri, 19 Feb 2016 12:07:42 +0100 Subject: [PATCH] vkCmdDraw.txt: fix typo --- doc/specs/vulkan/man/vkCmdDraw.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/vulkan/man/vkCmdDraw.txt b/doc/specs/vulkan/man/vkCmdDraw.txt index d91ad84a..b92d59e7 100644 --- a/doc/specs/vulkan/man/vkCmdDraw.txt +++ b/doc/specs/vulkan/man/vkCmdDraw.txt @@ -23,7 +23,7 @@ pname:vertexCount:: The number of vertices passed to the graphics pipeline. pname:firstInstance:: - The first instance of data to be passed to the graphice pipeline. + The first instance of data to be passed to the graphics pipeline. pname:instanceCount:: The number of instances to be passed to the graphics pipeline.