aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-01 15:27:37 +0100
committerDavid Robillard <d@drobilla.net>2020-11-01 15:27:37 +0100
commit6a8da097a2754e8b2002707519c9a16ae6e8ad72 (patch)
treed5b2ba4a2094a0abbe60ed7bd80c3aac56adcdfa /examples
parentf0f058dbeb40d016501328ed755392b46eefec9b (diff)
downloadpugl-6a8da097a2754e8b2002707519c9a16ae6e8ad72.tar.gz
pugl-6a8da097a2754e8b2002707519c9a16ae6e8ad72.tar.bz2
pugl-6a8da097a2754e8b2002707519c9a16ae6e8ad72.zip
Cleanup: Fix typo
Diffstat (limited to 'examples')
-rw-r--r--examples/pugl_vulkan_cxx_demo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_cxx_demo.cpp b/examples/pugl_vulkan_cxx_demo.cpp
index e25f243..7a4e5cb 100644
--- a/examples/pugl_vulkan_cxx_demo.cpp
+++ b/examples/pugl_vulkan_cxx_demo.cpp
@@ -173,7 +173,7 @@ struct RectPipeline {
uint32_t numImages{};
};
-/// Synchronization primites used to coordinate drawing frames
+/// Synchronization primitives used to coordinate drawing frames
struct RenderSync {
VkResult
init(const sk::VulkanApi& vk, const sk::Device& device, uint32_t numImages);