diff --git a/src/gpu-compute/gpu_compute_driver.cc b/src/gpu-compute/gpu_compute_driver.cc index d51b4c36f6..52a437a6b2 100644 --- a/src/gpu-compute/gpu_compute_driver.cc +++ b/src/gpu-compute/gpu_compute_driver.cc @@ -836,7 +836,7 @@ GPUComputeDriver::ioctl(ThreadContext *tc, unsigned req, Addr ioc_buf) // of the region. // // This is a simplified version of regular system VMAs, but for - // GPUVM space (non of the clobber/remap nonsense we find in real + // GPUVM space (none of the clobber/remap nonsense we find in real // OS managed memory). allocateGpuVma(mtype, args->va_addr, args->size);