From a509e79a4c772a48dee0e2bf56e2b4df97b170f0 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 14 Oct 2020 15:04:49 -0500 Subject: Cleanup: Comment formatting, grammar --- source/creator/creator.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/creator/creator.c') diff --git a/source/creator/creator.c b/source/creator/creator.c index 80cae248c67..65610ea9b70 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -47,7 +47,7 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -/* mostly init functions */ +/* Mostly init functions. */ #include "BKE_appdir.h" #include "BKE_blender.h" #include "BKE_brush.h" @@ -69,7 +69,7 @@ #include "DEG_depsgraph.h" -#include "IMB_imbuf.h" /* for IMB_init */ +#include "IMB_imbuf.h" /* For #IMB_init. */ #include "RE_engine.h" #include "RE_render_ext.h" @@ -107,7 +107,7 @@ # include "sdlew.h" #endif -#include "creator_intern.h" /* own include */ +#include "creator_intern.h" /* Own include. */ /* Local Function prototypes. */ @@ -244,7 +244,7 @@ int main(int argc, /* --- end declarations --- */ - /* ensure we free data on early-exit */ + /* Ensure we free data on early-exit. */ struct CreatorAtExitData app_init_data = {NULL}; BKE_blender_atexit_register(callback_main_atexit, &app_init_data); @@ -320,7 +320,7 @@ int main(int argc, sdlewInit(); #endif - /* Initialize logging */ + /* Initialize logging. */ CLG_init(); CLG_fatal_fn_set(callback_clg_fatal); @@ -366,7 +366,7 @@ int main(int argc, fpsetmask(0); #endif - /* initialize path to executable */ + /* Initialize path to executable. */ BKE_appdir_program_path_init(argv[0]); BLI_threadapi_init(); -- cgit v1.2.3