From 3a8d9198b33d9c90abd3a134ee26e2f68ff52002 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 6 Sep 2020 01:45:38 +1000 Subject: Cleanup: spelling --- source/blender/gpu/opengl/gl_texture.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu/opengl/gl_texture.cc') diff --git a/source/blender/gpu/opengl/gl_texture.cc b/source/blender/gpu/opengl/gl_texture.cc index 7ff4fb2644d..a79490b9283 100644 --- a/source/blender/gpu/opengl/gl_texture.cc +++ b/source/blender/gpu/opengl/gl_texture.cc @@ -653,8 +653,8 @@ bool GLTexture::proxy_check(int mip) void GLTexture::check_feedback_loop(void) { - /* Recursive downsample workaround break this check. - * See recursive_downsample() for more infos. */ + /* Recursive down sample workaround break this check. + * See #recursive_downsample() for more information. */ if (GPU_mip_render_workaround()) { return; } -- cgit v1.2.3