Commit: e9bcf0981929ca43318c0c5e3dd076c29820286f
Author: Bastien Montagne
Date:   Mon Aug 3 17:42:27 2020 +0200
Branches: blender-v2.90-release
https://developer.blender.org/rBe9bcf0981929ca43318c0c5e3dd076c29820286f

Cleanup: Typos in comments.

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

M       source/blender/blenlib/intern/session_uuid.c

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

diff --git a/source/blender/blenlib/intern/session_uuid.c 
b/source/blender/blenlib/intern/session_uuid.c
index a5307684059..8ed96f02149 100644
--- a/source/blender/blenlib/intern/session_uuid.c
+++ b/source/blender/blenlib/intern/session_uuid.c
@@ -40,10 +40,10 @@ SessionUUID BLI_session_uuid_generate(void)
   if (!BLI_session_uuid_is_generated(&result)) {
     /* Happens when the UUID overflows.
      *
-     * Just request the UUID once again, hoping that there are no a lot of 
high-priority threads
+     * Just request the UUID once again, hoping that there are not a lot of 
high-priority threads
      * which will overflow the counter once again between the previous call 
and this one.
      *
-     * NOTE: It is possible to have collissions after such overflow. */
+     * NOTE: It is possible to have collisions after such overflow. */
     result.uuid_ = atomic_add_and_fetch_uint64(&global_session_uuid.uuid_, 1);
   }
   return result;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to