[Bf-blender-cvs] [39de1dc342b] master: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Thu Jan 31 14:34:48 CET 2019


Commit: 39de1dc342b9f81a7319478b25f1de3255a4e233
Author: Sergey Sharybin
Date:   Thu Jan 31 09:59:05 2019 +0100
Branches: master
https://developer.blender.org/rB39de1dc342b9f81a7319478b25f1de3255a4e233

Cleanup: Spelling in comment

===================================================================

M	source/blender/depsgraph/intern/depsgraph.h

===================================================================

diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index 948b200a33c..27dd27c923b 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -230,7 +230,7 @@ struct Depsgraph {
 	 */
 	bool is_active;
 
-	/* NITE: Corresponds to G_DEBUG_DEPSGRAPH_* flags. */
+	/* NOTE: Corresponds to G_DEBUG_DEPSGRAPH_* flags. */
 	int debug_flags;
 	string debug_name;



More information about the Bf-blender-cvs mailing list