SWDEV-1 - [NFC] Fix typo in Log output

Change-Id: Ibcd779fa5ed1d8eda0241c7cd2531af4b60cf33f


[ROCm/clr commit: 4e77806ee5]
이 커밋은 다음에 포함됨:
Jacob Lambert
2024-05-15 10:08:57 -07:00
커밋한 사람 Jacob Lambert
부모 efba3545ca
커밋 47297efb22
+1 -1
파일 보기
@@ -937,7 +937,7 @@ bool VirtualGPU::dispatchGenericAqlPacket(
// Wait on signal ?
if (blocking) {
LogInfo("Runtime reachead the AQL queue limit. SW is much ahead of HW. Blocking AQL queue!");
LogInfo("Runtime reached the AQL queue limit. SW is much ahead of HW. Blocking AQL queue!");
if (!Barriers().WaitCurrent()) {
LogPrintfError("Failed blocking queue wait with signal [0x%lx]",
packet->completion_signal.handle);