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-11 07:45:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-11 07:57:27 +0300
commitd023c4104cb642c839d5868411a3b719f3528421 (patch)
treeb72525e30abf5ef05bf34f59597dc2f49730f14b /source/blender/gpu/opengl
parent08273adebb42f0e79a5114e5f391f480f2a4b964 (diff)
Cleanup: spelling, correct comments
Diffstat (limited to 'source/blender/gpu/opengl')
-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 de88fdc154c..db99e90d0ec 100644
--- a/source/blender/gpu/opengl/gl_debug.cc
+++ b/source/blender/gpu/opengl/gl_debug.cc
@@ -243,7 +243,7 @@ void raise_gl_error(const char *info)
/* -------------------------------------------------------------------- */
/** \name Object Label
*
- * Useful for debugging through renderdoc. Only defined if using --debug-gpu.
+ * Useful for debugging through render-doc. Only defined if using `--debug-gpu`.
* Make sure to bind the object first so that it gets defined by the GL implementation.
* \{ */