Cleanup: spelling in comments

This commit is contained in:
2021-07-07 12:55:19 +10:00
parent 63a8b3b972
commit 5bbbc98471
74 changed files with 158 additions and 157 deletions

View File

@@ -6560,7 +6560,7 @@ enum {
typedef struct BMElemSort {
/** Sort factor */
float srt;
/** Original index of this element _in its mempool_ */
/** Original index of this element (in its #BLI_mempool). */
int org_idx;
} BMElemSort;