diff --git a/projects/clr/rocclr/device/rocm/rocvirtual.cpp b/projects/clr/rocclr/device/rocm/rocvirtual.cpp index e5590cd4f0..b12f1ae220 100644 --- a/projects/clr/rocclr/device/rocm/rocvirtual.cpp +++ b/projects/clr/rocclr/device/rocm/rocvirtual.cpp @@ -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);