Cleanup: typos

D3081 by @rjg, with others.
This commit is contained in:
Campbell Barton
2018-02-26 19:58:31 +11:00
parent f1bd96a9ab
commit c52df4fc7c
6 changed files with 7 additions and 7 deletions

View File

@@ -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