[Bf-blender-cvs] [cc24695be73] modifier-panels-ui: Cleanup: typo in comment

Philipp Oeser noreply at git.blender.org
Thu Apr 16 21:30:28 CEST 2020


Commit: cc24695be7332b2055917ee4c69708e8e5b91af8
Author: Philipp Oeser
Date:   Thu Apr 16 15:22:15 2020 +0200
Branches: modifier-panels-ui
https://developer.blender.org/rBcc24695be7332b2055917ee4c69708e8e5b91af8

Cleanup: typo in comment

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

M	source/blender/makesdna/DNA_ID.h

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

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index dd3964dfc15..aedd25cb41a 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -539,9 +539,9 @@ enum {
   /* RESET_NEVER tag data-block as needing an auto-override execution, if enabled. */
   LIB_TAG_OVERRIDE_LIBRARY_AUTOREFRESH = 1 << 17,
 
-  /* tag data-block has having an extra user. */
+  /* tag data-block as having an extra user. */
   LIB_TAG_EXTRAUSER = 1 << 2,
-  /* tag data-block has having actually increased usercount for the extra virtual user. */
+  /* tag data-block as having actually increased usercount for the extra virtual user. */
   LIB_TAG_EXTRAUSER_SET = 1 << 7,
 
   /* RESET_AFTER_USE tag newly duplicated/copied IDs.



More information about the Bf-blender-cvs mailing list