docs: gallium -> Gallium
Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6894>
This commit is contained in:

committed by
Marge Bot

parent
9d34c99f39
commit
8f24a14175
@@ -112,7 +112,7 @@ Basic formatting guidelines
|
||||
- Constants, macros and enum names are ``ALL_UPPERCASE``, with \_
|
||||
between words.
|
||||
- Mesa usually uses camel case for local variables (Ex:
|
||||
``localVarname``) while gallium typically uses underscores (Ex:
|
||||
``localVarname``) while Gallium typically uses underscores (Ex:
|
||||
``local_var_name``).
|
||||
- Global variables are almost never used because Mesa should be
|
||||
thread-safe.
|
||||
|
Reference in New Issue
Block a user