aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-12-13 12:26:44 -0700
committerTobin Ehlis <tobine@google.com>2016-12-13 16:12:40 -0700
commitf7cac3fcb02eded1dcca59ccd33b615855c6f022 (patch)
tree315af30bced3b04c87fdeea440aa7439678d7a88
parentf838e3f0b49f56c074815e4fb39ecbef2c72e614 (diff)
downloadusermoji-f7cac3fcb02eded1dcca59ccd33b615855c6f022.tar.xz
layers:Fix typo
aliase->aliased
-rw-r--r--layers/core_validation.cpp2
1 files changed, 1 insertions, 1 deletions
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<MEMORY_RANGE *> tmp_alias_ranges;
for (auto &obj_range_pair : mem_info->bound_ranges) {