diff --git a/shared/source/command_stream/command_stream_receiver_hw_base.inl b/shared/source/command_stream/command_stream_receiver_hw_base.inl index 9176c734fc..fee8e38748 100644 --- a/shared/source/command_stream/command_stream_receiver_hw_base.inl +++ b/shared/source/command_stream/command_stream_receiver_hw_base.inl @@ -443,7 +443,7 @@ CompletionStamp CommandStreamReceiverHw::flushTask( requiresInstructionCacheFlush = false; } - // Add a PC if we have a dependency on a previous walker to avoid concurrency issues. + // Add a Pipe Control if we have a dependency on a previous walker to avoid concurrency issues. if (taskLevel > this->taskLevel) { if (!timestampPacketWriteEnabled) { PipeControlArgs args;