docs: correct spelling of "frame"

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286>
This commit is contained in:
Erik Faye-Lund
2023-04-04 14:02:42 +02:00
committed by Marge Bot
parent 2234a7f86f
commit c5ad3d3bc9
+1 -1
View 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.