loader: fix spelling mistakes
authorEric Engestrom <eric@engestrom.ch>
Sat, 2 Apr 2016 21:06:24 +0000 (22:06 +0100)
committerEric Engestrom <eric@engestrom.ch>
Sat, 2 Apr 2016 21:06:24 +0000 (22:06 +0100)
loader/LoaderAndLayerInterface.md
loader/vk-loader-generate.py

index d695f472b38f021839ed216bc8a549df0da3ca2c..25adf5ebfb443254c48d209b211e2236986e9a9e 100644 (file)
@@ -1168,7 +1168,7 @@ VkResult vkCreateInstance(
     if (result != VK_SUCCESS)
         return result;
 
-    // Allocate new structure to store peristent data
+    // Allocate new structure to store persistent data
     layer_data *my_data = new layer_data;
 
     // Associate this instance with the newly allocated data
@@ -1227,7 +1227,7 @@ vkCreateDevice(
         return result;
     }
 
-    // Allocate new structure to store peristent data
+    // Allocate new structure to store persistent data
     layer_data *my_data = new layer_data;
 
     // Associate this instance with the newly allocated data
index 235851c15535cd12656de954115140d66f46d35d..119442c62659e138d578254a454c3c2e4bf4269d 100755 (executable)
@@ -49,7 +49,7 @@ class Subcommand(object):
         print(self.generate())
 
     def _requires_special_trampoline_code(self, name):
-        # Dont be cute trying to use a general rule to programmatically populate this list
+        # Don't be cute trying to use a general rule to programmatically populate this list
         # it just obsfucates what is going on!
         wsi_creates_dispatchable_object = ["CreateSwapchainKHR"]
         creates_dispatchable_object = ["CreateDevice", "GetDeviceQueue", "AllocateCommandBuffers"] + wsi_creates_dispatchable_object