From fcd93216c690769f68dfa0185f8aa0de31ae5d5f Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 15:56:48 +0200 Subject: [PATCH] docs: correct spelling of "synced" Reviewed-by: Eric Engestrom Part-of: --- docs/drivers/v3d.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/v3d.rst b/docs/drivers/v3d.rst index 2873369d533..4e970cf557a 100644 --- a/docs/drivers/v3d.rst +++ b/docs/drivers/v3d.rst @@ -43,5 +43,5 @@ called simpenrose, and the Mesa driver includes a backend (``src/broadcom/drm-shim/``) to use simpenrose from an x86 system with the i915 graphics driver with all of the vc4 rendering commands emulated on simpenrose and memcpyed to the real GPU. Note that -simpenrose's API drifts over time, so you need to be syned up with +simpenrose's API drifts over time, so you need to be synced up with whatever version Mesa was last being developed against.