From 5f1adfc508cfa117aeead20462f82233d36dca6f Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 5 Apr 2022 22:21:13 +0200 Subject: Cleanup: fix various typos Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14443 --- source/blender/blenlib/intern/array_store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern') 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. * | -- cgit v1.2.3