mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Correct misspelled identifiers.
Change-Id: Ifa629c0d6bb1b04b5cfde908f2672ef1843043f0 Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
@@ -90,7 +90,7 @@ void Context::overrideSpecialQueueAndDecrementRefCount(CommandQueue *commandQueu
|
||||
this->decRefInternal();
|
||||
};
|
||||
|
||||
bool Context::areMultiStorageAllocationsPreffered() {
|
||||
bool Context::areMultiStorageAllocationsPreferred() {
|
||||
return this->contextType != ContextType::CONTEXT_TYPE_SPECIALIZED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user