From e1a1dc868b30be80e59b747557830d507600bd1d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 11 Mar 2022 14:23:11 +0100 Subject: Cleanup: fix source comment typos Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14307 --- source/blender/gpu/opengl/gl_shader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/opengl') diff --git a/source/blender/gpu/opengl/gl_shader.cc b/source/blender/gpu/opengl/gl_shader.cc index 31f657a63b2..256702b60c5 100644 --- a/source/blender/gpu/opengl/gl_shader.cc +++ b/source/blender/gpu/opengl/gl_shader.cc @@ -175,7 +175,7 @@ static const char *to_string(const eGPUTextureFormat &type) case GPU_R16: return "r16"; default: - return "unkown"; + return "unknown"; } } -- cgit v1.2.3