Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-09-15 03:23:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-15 03:23:41 +0300
commita8fd3df9051f6e57d552e0b77bbcad6685a2fb9a (patch)
tree14769819bdab32cdfd52ce97d445f86f9e99bf18 /source/blender/gpu/opengl/gl_debug.cc
parentb827d1c530821e7679a948f41411753dc2dc52f2 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpu/opengl/gl_debug.cc')
-rw-r--r--source/blender/gpu/opengl/gl_debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/opengl/gl_debug.cc b/source/blender/gpu/opengl/gl_debug.cc
index 67d4311750d..797f9ff404c 100644
--- a/source/blender/gpu/opengl/gl_debug.cc
+++ b/source/blender/gpu/opengl/gl_debug.cc
@@ -73,7 +73,7 @@ static void APIENTRY debug_callback(GLenum UNUSED(source),
{
if (ELEM(type, GL_DEBUG_TYPE_PUSH_GROUP, GL_DEBUG_TYPE_POP_GROUP)) {
/* The debug layer will emit a message each time a debug group is pushed or popped.
- * We use that for easy command grouping inside frame analyser tools. */
+ * We use that for easy command grouping inside frame analyzer tools. */
return;
}