misc: fix comment
authorCourtney Goeltzenleuchter <courtney_g@comcast.net>
Wed, 16 Dec 2015 23:08:44 +0000 (16:08 -0700)
committerJon Ashburn <jon@lunarg.com>
Thu, 17 Dec 2015 19:23:23 +0000 (12:23 -0700)
layers/draw_state.cpp

index 7a40f13..c2ed6e5 100644 (file)
@@ -1637,7 +1637,7 @@ static VkBool32 validUpdateStruct(layer_data* my_data, const VkDevice device, co
 }
 
 // Set count for given update struct in the last parameter
-// Return value of skipCall, which is only VK_TRUE is error occurs and callback signals execution to cease
+// Return value of skipCall, which is only VK_TRUE if error occurs and callback signals execution to cease
 static uint32_t getUpdateCount(layer_data* my_data, const VkDevice device, const GENERIC_HEADER* pUpdateStruct)
 {
     switch (pUpdateStruct->sType)