Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.

Differential Revision: https://developer.blender.org/D3719
This commit is contained in:
2018-09-24 18:46:51 +02:00
parent 9682e43bf9
commit 342e73f90f
77 changed files with 116 additions and 116 deletions

View File

@@ -75,7 +75,7 @@ struct GPUFrameBuffer {
int width, height;
bool multisample;
/* TODO Check that we always use the right context when binding
* (FBOs are not shared accross ogl contexts). */
* (FBOs are not shared across ogl contexts). */
// void *ctx;
};