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:
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenlib/BLI_uuid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_uuid.h b/source/blender/blenlib/BLI_uuid.h
index 15913cc1017..1ce294ed723 100644
--- a/source/blender/blenlib/BLI_uuid.h
+++ b/source/blender/blenlib/BLI_uuid.h
@@ -42,10 +42,10 @@ UUID BLI_uuid_generate_random(void);
*/
UUID BLI_uuid_nil(void);
-/** Return true iff this is the nil UUID. */
+/** Return true only if this is the nil UUID. */
bool BLI_uuid_is_nil(UUID uuid);
-/** Compare two UUIDs, return true if they are equal. */
+/** Compare two UUIDs, return true only if they are equal. */
bool BLI_uuid_equal(UUID uuid1, UUID uuid2);
/**