aboutsummaryrefslogtreecommitdiff
path: root/loader/LoaderAndLayerInterface.md
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-02 22:06:24 +0100
committerEric Engestrom <eric@engestrom.ch>2016-04-02 22:06:24 +0100
commit65dbc7433f6db64c696dda642a8904b123fde0da (patch)
tree67ba3eaf8aed6c1bc7fda38126d26f3d32f1ed69 /loader/LoaderAndLayerInterface.md
parentd66939f4449827f334cb77f1c4b4d99c30d1c507 (diff)
downloadusermoji-65dbc7433f6db64c696dda642a8904b123fde0da.tar.xz
loader: fix spelling mistakes
Diffstat (limited to 'loader/LoaderAndLayerInterface.md')
-rw-r--r--loader/LoaderAndLayerInterface.md4
1 files changed, 2 insertions, 2 deletions
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