refactor: fix typos

Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
Jaroslaw Warchulski
2025-09-19 11:54:48 +00:00
committed by Compute-Runtime-Automation
parent 5c6ae48d17
commit 195bf66a49
314 changed files with 1072 additions and 1072 deletions

View File

@@ -1032,7 +1032,7 @@ TEST(IDRefList, GivenRecursiveLockWhenExecutingThenListIsNotEmpty) {
ASSERT_FALSE(list.peekIsEmpty());
}
// Checks if a pointer is contained (in terms of continous memory) within given object
// Checks if a pointer is contained (in terms of continuous memory) within given object
template <typename ContainerType>
bool contains(const ContainerType *container, const void *ptr) {
uintptr_t base = (intptr_t)container;