Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-08-04 01:18:02 +0300
committerHans Goudey <h.goudey@me.com>2020-08-04 01:18:02 +0300
commit4b99df20d57e851e445db0df95f6d297a91941f8 (patch)
treec0ce1091e93bc08f10b00df321c06a71ad208a3b /source/blender/blenlib
parent862d79fffc98130dd2ef871655150544b0d9b412 (diff)
parentfbc3c1b24ddc6d48ec45e1919113db25e54d6de7 (diff)
Merge branch 'blender-v2.90-release'
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/session_uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/session_uuid.c b/source/blender/blenlib/intern/session_uuid.c
index d3446fae5cb..8ed96f02149 100644
--- a/source/blender/blenlib/intern/session_uuid.c
+++ b/source/blender/blenlib/intern/session_uuid.c
@@ -40,7 +40,7 @@ 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 collisions after such overflow. */