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:
authorCampbell Barton <ideasman42@gmail.com>2021-09-20 09:42:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-20 09:44:28 +0300
commitc5c8c68eec93e57ed46be4371d8831e2f0fe3fe2 (patch)
treea8ec26687285ba1059e03077bca221cd90effcaa /source/blender/blenlib
parentc77344384567b4aad2e39691b2423f34306c963f (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib')
-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 15350849f67..5440e9426bf 100644
--- a/source/blender/blenlib/BLI_uuid.h
+++ b/source/blender/blenlib/BLI_uuid.h
@@ -37,7 +37,7 @@ extern "C" {
* This function is not thread-safe. */
UUID BLI_uuid_generate_random(void);
-/** Compare two UUIDs, return true iff they are equal. */
+/** Compare two UUIDs, return true if they are equal. */
bool BLI_uuid_equal(UUID uuid1, UUID uuid2);
/**
@@ -48,7 +48,7 @@ void BLI_uuid_format(char *buffer, UUID uuid) ATTR_NONNULL();
/**
* Parse a string as UUID.
- * The string MUST be in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,
+ * The string MUST be in the format `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`,
* as produced by #BLI_uuid_format().
*
* Return true if the string could be parsed, and false otherwise. In the latter case, the UUID may