diff options
author | Vedran Miletić <[email protected]> | 2016-07-14 12:17:21 +0200 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-07-26 13:28:01 -0700 |
commit | 7b9a0f4e38b6b64a91ed0e674410af962b390120 (patch) | |
tree | d6f77d5fc09a21a191c14299695369f4ef657dd0 /src/mesa/main | |
parent | 95c48391ee16654ca3038c89dcb50d8ea9861e1f (diff) |
mesa: standardize naming Mesa3D, MESA -> Mesa
Signed-off-by: Vedran Miletić <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/version.c b/src/mesa/main/version.c index 7138cf39725..cc4416dc1c9 100644 --- a/src/mesa/main/version.c +++ b/src/mesa/main/version.c @@ -111,7 +111,7 @@ exit: } /** - * Builds the MESA version string. + * Builds the Mesa version string. */ static void create_version_string(struct gl_context *ctx, const char *prefix) |