From f734a8c73b098749a2166e8c0270ce503acc325c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 24 Jun 2024 19:00:27 +0200 Subject: [PATCH] docs: undifined behaviour -> undefined behavior The first word is simply a typo. The second is using UK English, but we usually use US English spelling in the docs. Part-of: --- docs/drivers/freedreno.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/freedreno.rst b/docs/drivers/freedreno.rst index b6993ec3b36..9e56189ff93 100644 --- a/docs/drivers/freedreno.rst +++ b/docs/drivers/freedreno.rst @@ -599,7 +599,7 @@ Debugging random failures ^^^^^^^^^^^^^^^^^^^^^^^^^ In most cases random GPU faults and rendering artifacts are caused by some kind -of undifined behaviour that falls under the following categories: +of undefined behavior that falls under the following categories: - Usage of a stale reg value; - Usage of stale memory (e.g. expecting it to be zeroed when it is not);