Cleanup: spelling

This commit is contained in:
2021-02-09 10:42:00 +11:00
parent 3b1c7a6d6f
commit eab9165c25
21 changed files with 43 additions and 41 deletions

View File

@@ -1471,8 +1471,8 @@ static int rna_property_override_diff_propptr(Main *bmain,
}
}
else {
/* We could also use is_diff_pointer, but then we potentially lose the gt/lt info -
* and don't think performances are critical here for now anyway... */
/* We could also use is_diff_pointer, but then we potentially lose the greater-than/less-than
* info - and don't think performances are critical here for now anyway. */
return !RNA_struct_equals(bmain, propptr_a, propptr_b, mode);
}
}