aboutsummaryrefslogtreecommitdiff
path: root/layers/descriptor_sets.cpp
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-08-22 08:12:23 -0600
committerTobin Ehlis <tobine@google.com>2016-08-22 08:12:23 -0600
commit960c4cc440d57eca865485fe9682aa51232a57c0 (patch)
tree09d1eebab122358d877922e0c4bbf2dc70353bb0 /layers/descriptor_sets.cpp
parenta150d387b5fa20155b8210b6a4ac90b274f199ed (diff)
downloadusermoji-960c4cc440d57eca865485fe9682aa51232a57c0.tar.xz
layers: Fix spelling dynami->dynamic
Diffstat (limited to 'layers/descriptor_sets.cpp')
-rw-r--r--layers/descriptor_sets.cpp2
1 files changed, 1 insertions, 1 deletions
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