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/blenlib/intern')
-rw-r--r--source/blender/blenlib/intern/array_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/array_store.c b/source/blender/blenlib/intern/array_store.c
index 3ea004c2721..9a8bda48c8d 100644
--- a/source/blender/blenlib/intern/array_store.c
+++ b/source/blender/blenlib/intern/array_store.c
@@ -40,7 +40,7 @@
* | | Each state is a chunk_list user,
* | | avoids duplicating lists when there is no change between states.
* | |
- * | +- chunk_refs (List of BChunkRef): Each chunk_ref links to a a BChunk.
+ * | +- chunk_refs (List of BChunkRef): Each chunk_ref links to a BChunk.
* | Each reference is a chunk user,
* | avoids duplicating smaller chunks of memory found in multiple states.
* |