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>2022-01-06 04:03:05 +0300
committerHans Goudey <h.goudey@me.com>2022-01-06 04:03:05 +0300
commitc0fb8ea8f3cd01cfb01effa687a8d553c540aec3 (patch)
tree949a74300a638b2cd85f51edb8459d351ed17365 /source/blender/blenlib/BLI_index_range.hh
parent1d9bac7d921f87718e8a85c6ef7af2b27f07af2f (diff)
Cleanup: Spelling/grammar in comments
Diffstat (limited to 'source/blender/blenlib/BLI_index_range.hh')
-rw-r--r--source/blender/blenlib/BLI_index_range.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_index_range.hh b/source/blender/blenlib/BLI_index_range.hh
index 665f44468db..cc6040d49db 100644
--- a/source/blender/blenlib/BLI_index_range.hh
+++ b/source/blender/blenlib/BLI_index_range.hh
@@ -48,7 +48,7 @@
* Ideally this could be could be even closer to Python's enumerate(). We might get that in the
* future with newer C++ versions.
*
- * One other important feature is the as_span method. This method returns an Span<int64_t>
+ * One other important feature is the as_span method. This method returns a Span<int64_t>
* that contains the interval as individual numbers.
*/