Cleanup: typo in comment
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user