summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-04-04 14:02:42 +0200
committerMarge Bot <emma+marge@anholt.net>2023-04-26 08:09:37 +0000
commitc5ad3d3bc9251bbd0f19707ad12926818967b66d (patch)
treeb4ecdc1444352510c737139eb0b251443f08a4e7 /docs
parent2234a7f86fa09d3fa1da97c3b73c9ebfd106a794 (diff)
downloadmesa-c5ad3d3bc9251bbd0f19707ad12926818967b66d.tar.gz
docs: correct spelling of "frame"
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286>
Diffstat (limited to 'docs')
-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.