Commit: 737a4309e8b48e5384487345d17dbb7de88e8bb9
Author: Philipp Oeser
Date:   Thu Apr 16 15:22:15 2020 +0200
Branches: master
https://developer.blender.org/rB737a4309e8b48e5384487345d17dbb7de88e8bb9

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.

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to