From f7cac3fcb02eded1dcca59ccd33b615855c6f022 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Tue, 13 Dec 2016 12:26:44 -0700 Subject: layers:Fix typo aliase->aliased --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 9cedb1d9..d4cd6147 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -5637,7 +5637,7 @@ static bool InsertMemoryRange(layer_data const *dev_data, uint64_t handle, DEVIC range.end = memoryOffset + memRequirements.size - 1; range.aliases.clear(); // Update Memory aliasing - // Save aliase ranges so we can copy into final map entry below. Can't do it in loop b/c we don't yet have final ptr. If we + // Save aliased ranges so we can copy into final map entry below. Can't do it in loop b/c we don't yet have final ptr. If we // inserted into map before loop to get the final ptr, then we may enter loop when not needed & we check range against itself std::unordered_set tmp_alias_ranges; for (auto &obj_range_pair : mem_info->bound_ranges) { -- cgit v1.2.3