mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
Correct misspelled identifiers.
Change-Id: Ifa629c0d6bb1b04b5cfde908f2672ef1843043f0 Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
@@ -122,7 +122,7 @@ class Context : public BaseObject<_cl_context> {
|
||||
|
||||
bool getInteropUserSyncEnabled() { return interopUserSync; }
|
||||
void setInteropUserSyncEnabled(bool enabled) { interopUserSync = enabled; }
|
||||
bool areMultiStorageAllocationsPreffered();
|
||||
bool areMultiStorageAllocationsPreferred();
|
||||
|
||||
ContextType peekContextType() { return this->contextType; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user