Cleanup: spelling in comments

This commit is contained in:
2021-07-26 12:32:42 +10:00
parent 471d4b105a
commit 828c66f393
37 changed files with 70 additions and 73 deletions

View File

@@ -93,7 +93,7 @@ GLContext::GLContext(void *ghost_window, GLSharedOrphanLists &shared_orphan_list
}
}
else {
/* For offscreen contexts. Default framebuffer is NULL. */
/* For off-screen contexts. Default frame-buffer is NULL. */
back_left = new GLFrameBuffer("back_left", this, GL_NONE, 0, 0, 0);
}