aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorVedran Miletić <[email protected]>2016-07-14 12:17:21 +0200
committerKenneth Graunke <[email protected]>2016-07-26 13:28:01 -0700
commit7b9a0f4e38b6b64a91ed0e674410af962b390120 (patch)
treed6f77d5fc09a21a191c14299695369f4ef657dd0 /src/mesa/main
parent95c48391ee16654ca3038c89dcb50d8ea9861e1f (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.c2
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)