@@ -168,7 +168,7 @@ void CommandQueueHw<GfxFamily>::enqueueHandler(Surface **surfacesForResidency,
168
168
169
169
TagNodeBase *hwTimeStamps = nullptr ;
170
170
171
- auto commandStreamRecieverOwnership = getGpgpuCommandStreamReceiver ().obtainUniqueOwnership ();
171
+ auto commandStreamReceiverOwnership = getGpgpuCommandStreamReceiver ().obtainUniqueOwnership ();
172
172
173
173
EventBuilder eventBuilder;
174
174
setupEvent (eventBuilder, event, commandType);
@@ -405,7 +405,7 @@ void CommandQueueHw<GfxFamily>::enqueueHandler(Surface **surfacesForResidency,
405
405
}
406
406
407
407
queueOwnership.unlock ();
408
- commandStreamRecieverOwnership .unlock ();
408
+ commandStreamReceiverOwnership .unlock ();
409
409
410
410
if (blocking) {
411
411
waitForAllEngines (blockQueue, (blockQueue ? nullptr : printfHandler.get ()));
@@ -1161,7 +1161,7 @@ size_t CommandQueueHw<GfxFamily>::calculateHostPtrSizeForImage(const size_t *reg
1161
1161
template <typename GfxFamily>
1162
1162
template <uint32_t cmdType>
1163
1163
void CommandQueueHw<GfxFamily>::enqueueBlit(const MultiDispatchInfo &multiDispatchInfo, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event, bool blocking, CommandStreamReceiver &bcsCsr) {
1164
- auto commandStreamRecieverOwnership = getGpgpuCommandStreamReceiver ().obtainUniqueOwnership ();
1164
+ auto commandStreamReceiverOwnership = getGpgpuCommandStreamReceiver ().obtainUniqueOwnership ();
1165
1165
1166
1166
EventsRequest eventsRequest (numEventsInWaitList, eventWaitList, event);
1167
1167
EventBuilder eventBuilder;
@@ -1240,7 +1240,7 @@ void CommandQueueHw<GfxFamily>::enqueueBlit(const MultiDispatchInfo &multiDispat
1240
1240
timestampPacketDependencies.moveNodesToNewContainer (*deferredTimestampPackets);
1241
1241
1242
1242
queueOwnership.unlock ();
1243
- commandStreamRecieverOwnership .unlock ();
1243
+ commandStreamReceiverOwnership .unlock ();
1244
1244
1245
1245
if (blocking) {
1246
1246
waitForAllEngines (blockQueue, nullptr );
0 commit comments