Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-08-21 10:05:45 +10:00
parent 65f91bd53a
commit 33a05725be
20 changed files with 45 additions and 33 deletions

View File

@@ -122,8 +122,9 @@ typedef struct BPy_StructRNA {
#endif /* !USE_PYRNA_STRUCT_REFERENCE */
#ifdef PYRNA_FREE_SUPPORT
bool freeptr; /* needed in some cases if ptr.data is created on the fly, free when deallocing */
#endif /* PYRNA_FREE_SUPPORT */
/** Needed in some cases if ptr.data is created on the fly, free when deallocating. */
bool freeptr;
#endif /* PYRNA_FREE_SUPPORT */
} BPy_StructRNA;
typedef struct {