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 <mattdsinclair@gmail.com>
Reviewed-by: Matthew Poremba <matthew.poremba@amd.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Matt Sinclair
2021-07-12 23:03:29 -05:00
parent ea2bc1b63f
commit 97760cb5a3

View File

@@ -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);