Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-31 11:59:05 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-31 15:00:11 +0300
commit39de1dc342b9f81a7319478b25f1de3255a4e233 (patch)
tree1e674f35bcc6d132fbdaa198d6aefbdb9f60e7bc /source/blender/depsgraph/intern/depsgraph.h
parent3ea54688b1239aa796ee2cff891e9766a3d06a20 (diff)
Cleanup: Spelling in comment
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h2
1 files changed, 1 insertions, 1 deletions
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;