From 97760cb5a31fee239a08b362deb0234f29e006f9 Mon Sep 17 00:00:00 2001 From: Matt Sinclair Date: Mon, 12 Jul 2021 23:03:29 -0500 Subject: [PATCH] gpu-compute: fix typo in compute driver comments Change-Id: I550c6c81ffb2ee9143a2676f93385a8b90c4ddd5 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/48023 Maintainer: Matt Sinclair Reviewed-by: Matthew Poremba Tested-by: kokoro --- src/gpu-compute/gpu_compute_driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);