From 65dbc7433f6db64c696dda642a8904b123fde0da Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 2 Apr 2016 22:06:24 +0100 Subject: loader: fix spelling mistakes --- loader/LoaderAndLayerInterface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/LoaderAndLayerInterface.md') diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index d695f472..25adf5eb 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -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 -- cgit v1.2.3