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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29879>
This commit is contained in:
Erik Faye-Lund
2024-06-24 19:00:27 +02:00
committed by Marge Bot
parent ad968667b6
commit f734a8c73b

View File

@@ -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);