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

Change-Id: Ibcd779fa5ed1d8eda0241c7cd2531af4b60cf33f
Cette révision appartient à :
Jacob Lambert
2024-05-15 10:08:57 -07:00
révisé par Jacob Lambert
Parent 055e05a12a
révision 4e77806ee5
+1 -1
Voir le fichier
@@ -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);