summaryrefslogtreecommitdiff
path: root/docs/drivers/freedreno.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/drivers/freedreno.rst')
-rw-r--r--docs/drivers/freedreno.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers/freedreno.rst b/docs/drivers/freedreno.rst
index bcc242e40c0..c9a98eb6132 100644
--- a/docs/drivers/freedreno.rst
+++ b/docs/drivers/freedreno.rst
@@ -387,7 +387,7 @@ You can enable capturing all the BOs with:
Note that, since all command streams get captured, it is easy to run the system
out of memory doing this, so you probably don't want to enable it during play of
a heavyweight game. Instead, to capture a command stream within a game, you
-probably want to cause a crash in the GPU during a farme of interest so that a
+probably want to cause a crash in the GPU during a frame of interest so that a
single GPU core dump is generated. Emitting ``0xdeadbeef`` in the CS should be
enough to cause a fault.