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>2012-07-14 19:29:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-14 19:29:45 +0400
commite4cfcdc3a601b6f2114000075cc0541930adcec6 (patch)
tree0e6078724974a41a76d2ae741e8f7b4293c99b33 /source/blender/blenlib/BLI_mempool.h
parentfc3cd6eb801d6c9a6a95d63198f0c815d4deb072 (diff)
header comment cleanup, explain whats the difference between confusingly named drarnode.c and node_draw.c.
Diffstat (limited to 'source/blender/blenlib/BLI_mempool.h')
-rw-r--r--source/blender/blenlib/BLI_mempool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_mempool.h b/source/blender/blenlib/BLI_mempool.h
index c773cfbe680..8fd2166e6f8 100644
--- a/source/blender/blenlib/BLI_mempool.h
+++ b/source/blender/blenlib/BLI_mempool.h
@@ -31,7 +31,7 @@
/** \file BLI_mempool.h
* \ingroup bli
* \author Geoffrey Bantle
- * \brief Simple fast memory allocator.
+ * \brief Simple fast memory allocator for fixed size chunks.
*/
#ifdef __cplusplus