mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
refactor: fix typos
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5c6ae48d17
commit
195bf66a49
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user