docs: correct spelling of "frame"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 4 Apr 2023 12:02:42 +0000 (14:02 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 26 Apr 2023 08:09:37 +0000 (08:09 +0000)
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286>

docs/drivers/freedreno.rst

index bcc242e..c9a98eb 100644 (file)
@@ -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.