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-01-22 08:49:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-22 08:54:35 +0300
commitc0bbb93b887411545b58cfa2e1c70459a2c40f73 (patch)
tree6cd09855ce55daae4ec747fdafa7cf0f49ff8fde /source/blender/io
parent421c5127f499c463d9c5b2461dea2ca24887b22c (diff)
Cleanup: spelling, remove outdated/invalid comments
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/common/IO_dupli_persistent_id.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/common/IO_dupli_persistent_id.hh b/source/blender/io/common/IO_dupli_persistent_id.hh
index 6fabafd9d51..afc539636ac 100644
--- a/source/blender/io/common/IO_dupli_persistent_id.hh
+++ b/source/blender/io/common/IO_dupli_persistent_id.hh
@@ -41,7 +41,7 @@ class PersistentID {
PersistentID();
explicit PersistentID(const DupliObject *dupli_ob);
- /* Return true iff the persistent IDs are the same, ignoring the first digit. */
+ /* Return true if the persistent IDs are the same, ignoring the first digit. */
bool is_from_same_instancer_as(const PersistentID &other) const;
/* Construct the persistent ID of this instance's instancer. */