From a63003296c99a3cfd9f5c9d4f614d335f29792da Mon Sep 17 00:00:00 2001 From: Mark Young Date: Wed, 8 Mar 2017 13:38:35 -0700 Subject: 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 --- layers/object_tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/object_tracker.cpp') 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, -- cgit v1.2.3