diff options
author | Eric Engestrom <[email protected]> | 2017-02-26 23:58:03 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-27 14:15:10 +0000 |
commit | 077879cf5e6b90023fb495e36d05bb9d0960bbd0 (patch) | |
tree | f0dc7d184de89112279699079b3519492cdd198c /docs/codingstyle.html | |
parent | 7f268cf12b39d1de8ff38cf5beea50298cf841c2 (diff) |
docs: fix a few typos
Noticed a couple, found the rest using vimspell.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/codingstyle.html')
-rw-r--r-- | docs/codingstyle.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/codingstyle.html b/docs/codingstyle.html index e5a92b0489c..7e9f470a100 100644 --- a/docs/codingstyle.html +++ b/docs/codingstyle.html @@ -120,7 +120,7 @@ the opening brace goes on the next line by itself (see above.) _mesa_foo_bar() - an internal non-static Mesa function </pre> -<li>Constants, macros and enumerant names are ALL_UPPERCASE, with _ between +<li>Constants, macros and enum names are ALL_UPPERCASE, with _ between words. <li>Mesa usually uses camel case for local variables (Ex: "localVarname") while gallium typically uses underscores (Ex: "local_var_name"). |