From 8b06c524d207f5e67ef22d6a1869c94d8f91717f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Mar 2022 10:29:53 +1100 Subject: Cleanup: spelling in comments, function name --- source/blender/windowmanager/intern/wm_init_exit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/windowmanager/intern/wm_init_exit.c') diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c index 6cefbf0bae5..70e54e3e69d 100644 --- a/source/blender/windowmanager/intern/wm_init_exit.c +++ b/source/blender/windowmanager/intern/wm_init_exit.c @@ -163,15 +163,15 @@ static bool opengl_is_init = false; void WM_init_opengl(void) { - /* must be called only once */ + /* Must be called only once. */ BLI_assert(opengl_is_init == false); if (G.background) { - /* Ghost is still not init elsewhere in background mode. */ + /* Ghost is still not initialized elsewhere in background mode. */ wm_ghost_init(NULL); } - /* Needs to be first to have an ogl context bound. */ + /* Needs to be first to have an OpenGL context bound. */ DRW_opengl_context_create(); GPU_init(); -- cgit v1.2.3