aboutsummaryrefslogtreecommitdiff
path: root/layers/object_tracker.cpp
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2017-03-08 13:38:35 -0700
committerMark Young <marky@lunarg.com>2017-03-08 13:42:18 -0700
commita63003296c99a3cfd9f5c9d4f614d335f29792da (patch)
treed5a4b42e9655ef3756da8afdec2ddb553d6f5ab6 /layers/object_tracker.cpp
parent3c1dadb3b5cd6c790207d4826316b787267115f7 (diff)
downloadusermoji-a63003296c99a3cfd9f5c9d4f614d335f29792da.tar.xz
spelling: Fix spelling errors
Fix some spelling errors (caught by VS2017 spelling extension) and a few floating func defs that are no longer valid. Change-Id: Ifd9394227dfe3b3255c27429dadaf405433232d2
Diffstat (limited to 'layers/object_tracker.cpp')
-rw-r--r--layers/object_tracker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/object_tracker.cpp b/layers/object_tracker.cpp
index bed7080b..113288d1 100644
--- a/layers/object_tracker.cpp
+++ b/layers/object_tracker.cpp
@@ -308,7 +308,7 @@ static void DestroyObject(T1 dispatchable_object, T2 object, VkDebugReportObject
auto allocated_with_custom = (pNode->status & OBJSTATUS_CUSTOM_ALLOCATOR) ? true : false;
if (allocated_with_custom && !custom_allocator && expected_custom_allocator_code != VALIDATION_ERROR_UNDEFINED) {
- // This check only verifies that custom allocation callabacks were provided to both Create and Destroy calls,
+ // This check only verifies that custom allocation callbacks were provided to both Create and Destroy calls,
// it cannot verify that these allocation callbacks are compatible with each other.
log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, object_type, object_handle, __LINE__,
expected_custom_allocator_code, LayerName,