From 2ca34e419e9ed82f2065433d41b7544f17b18ce2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 24 Jan 2016 14:25:01 +1100 Subject: Docs: minor edits to code comments --- source/creator/creator.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/creator') diff --git a/source/creator/creator.c b/source/creator/creator.c index 797db2dfda1..01aff855713 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -1785,11 +1785,11 @@ char **environ = NULL; #endif /** - * Blender's main function responsabilities are: + * Blender's main function responsibilities are: * - setup subsystems. * - handle arguments. - * - run WM_main() event loop, - * or exit when running in background mode. + * - run #WM_main() event loop, + * or exit immediately when running in background mode. */ int main( int argc, @@ -2071,7 +2071,7 @@ int main( #endif if (G.background) { - /* actually incorrect, but works for now (ton) */ + /* Using window-manager API in background mode is a bit odd, but works fine. */ WM_exit(C); } else { -- cgit v1.2.3