Cleanup: Correct capitalization in comment

This commit is contained in:
Brecht Van Lommel 2024-05-15 17:01:37 +02:00
parent 1cdc76ea41
commit ad18fe673e

@ -710,7 +710,7 @@ void BKE_id_tag_clear_atomic(ID *id, int tag);
/**
* Check that given ID pointer actually is in G_MAIN.
* Main intended use is for debug asserts in places we cannot easily get rid of #G_Main.
* Main intended use is for debug asserts in places we cannot easily get rid of #G_MAIN.
*/
bool BKE_id_is_in_global_main(ID *id);