Cleanup: spelling

This commit is contained in:
2020-09-15 10:23:41 +10:00
parent b827d1c530
commit a8fd3df905
4 changed files with 23 additions and 23 deletions

View File

@@ -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;
}