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:

committed by
Marge Bot

parent
ad968667b6
commit
f734a8c73b
@@ -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);
|
||||
|
Reference in New Issue
Block a user