From 545e6f9a7c02e861c1c63082902b9ce025ed0156 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Mon, 22 Aug 2016 08:12:23 -0600 Subject: [PATCH] layers: Fix spelling dynami->dynamic --- layers/descriptor_sets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp index 21c2060..1d568f4 100644 --- a/layers/descriptor_sets.cpp +++ b/layers/descriptor_sets.cpp @@ -345,7 +345,7 @@ bool cvdescriptorset::DescriptorSet::IsCompatible(const DescriptorSetLayout *lay return layout->IsCompatible(p_layout_, error); } -// Validate that the state of this set is appropriate for the given bindings and dynami_offsets at Draw time +// Validate that the state of this set is appropriate for the given bindings and dynamic_offsets at Draw time // This includes validating that all descriptors in the given bindings are updated, // that any update buffers are valid, and that any dynamic offsets are within the bounds of their buffers. // Return true if state is acceptable, or false and write an error message into error string -- 2.7.4