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>2018-02-26 11:58:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-26 11:58:31 +0300
commitc52df4fc7ce4d786ad2abb756aeda3b0b0c986cf (patch)
treeebe2e4cc9efc577a86c0fe363b59d1f9f8a1f071 /doc/guides
parentf1bd96a9abc92defedcdfd9a0d57aa41277e8767 (diff)
Cleanup: typos
D3081 by @rjg, with others.
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/blender-guardedalloc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/blender-guardedalloc.txt b/doc/guides/blender-guardedalloc.txt
index 44a9722a4e4..3db647a4e77 100644
--- a/doc/guides/blender-guardedalloc.txt
+++ b/doc/guides/blender-guardedalloc.txt
@@ -1,7 +1,7 @@
MEMORY MANAGEMENT IN BLENDER (guardedalloc)
-------------------------------------------
-NOTE: This file does not cover memutil and smart pointers and rerefence counted
+NOTE: This file does not cover memutil and smart pointers and reference counted
garbage collection, which are contained in the memutil module.
Blender takes care of dynamic memory allocation using a set of own functions