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>2015-11-16 13:06:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-16 13:06:40 +0300
commit86154b11ee2b461f4463b56f3498b1f68e8dc94a (patch)
tree26ee469e05e0f6791efc01cc444e88f542017e00 /source/blender/gpu/intern
parent5fd5106740fde1d8b09d6c37fe06de42df06771a (diff)
Cleanup: typos
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_extensions.c b/source/blender/gpu/intern/gpu_extensions.c
index 4eef5a7e348..1edbc9024ef 100644
--- a/source/blender/gpu/intern/gpu_extensions.c
+++ b/source/blender/gpu/intern/gpu_extensions.c
@@ -1457,7 +1457,7 @@ GPUOffScreen *GPU_offscreen_create(int width, int height, int samples, char err_
if (!GLEW_EXT_framebuffer_multisample ||
!GLEW_ARB_texture_multisample ||
/* Only needed for GPU_offscreen_read_pixels.
- * We could add an arg if we intend to use multi-samle
+ * We could add an arg if we intend to use multi-sample
* offscreen buffers w/o reading their pixels */
!GLEW_EXT_framebuffer_blit ||
/* This is required when blitting from a multi-sampled buffers,