[Bf-blender-cvs] [3826c161ad3] master: Cleanup: typo in comment.

Bastien Montagne noreply at git.blender.org
Tue May 18 18:47:35 CEST 2021


Commit: 3826c161ad30b12fcba4799e1047eed1de3e229f
Author: Bastien Montagne
Date:   Tue May 18 18:37:30 2021 +0200
Branches: master
https://developer.blender.org/rB3826c161ad30b12fcba4799e1047eed1de3e229f

Cleanup: typo in comment.

===================================================================

M	source/blender/blenkernel/intern/lib_id.c

===================================================================

diff --git a/source/blender/blenkernel/intern/lib_id.c b/source/blender/blenkernel/intern/lib_id.c
index 7429fe050dc..37fb44ec231 100644
--- a/source/blender/blenkernel/intern/lib_id.c
+++ b/source/blender/blenkernel/intern/lib_id.c
@@ -578,7 +578,7 @@ ID *BKE_id_copy_ex(Main *bmain, const ID *id, ID **r_newid, const int flag)
     }
   }
 
-  /* Early output is source is NULL. */
+  /* Early output if source is NULL. */
   if (id == NULL) {
     return NULL;
   }



More information about the Bf-blender-cvs mailing list