loader: fix spelling mistakes
diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md
index d695f47..25adf5e 100644
--- a/loader/LoaderAndLayerInterface.md
+++ b/loader/LoaderAndLayerInterface.md
@@ -1168,7 +1168,7 @@
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 @@
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