From 960c4cc440d57eca865485fe9682aa51232a57c0 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Mon, 22 Aug 2016 08:12:23 -0600 Subject: layers: Fix spelling dynami->dynamic --- layers/descriptor_sets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/descriptor_sets.cpp') diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp index 21c2060d..1d568f4d 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 -- cgit v1.2.3