---
src/surfaces/dmabuf.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/surfaces/dmabuf.md b/src/surfaces/dmabuf.md
index 10b8d18..dd68677 100644
--- a/src/surfaces/dmabuf.md
+++ b/src/surfaces/dmabuf.md
@@ -12,7 +12,7 @@ The Linux DRM (Direct Rendering Manager) interface (which is also implemented on
some BSDs) provides a means for us to export handles to GPU resources. Mesa, the
predominant implementation of userspace Linux graphics drivers, implements a
protocol that allows EGL users to transfer handles to their GPU buffers from the
-client to the compositor for rendering, without ever copying data to the GPU.
+client to the compositor for rendering, without ever copying data to the CPU.
The internals of how this protocol works are out of scope for this book and
would be more appropriate for resources which focus on Mesa or Linux DRM in
--
2.42.1