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:
authorJacques Lucke <jacques@blender.org>2020-05-03 17:48:39 +0300
committerJacques Lucke <jacques@blender.org>2020-05-03 17:48:39 +0300
commitf4937677d976aca5f11326af106638d674bb3bde (patch)
tree728fcfc6eea4b19045bba9552a02dfcbbda0730f
parentda09867c9fc80feb086d8495629ccf63234a3485 (diff)
-rw-r--r--source/blender/blenloader/BLO_read_write.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/BLO_read_write.h b/source/blender/blenloader/BLO_read_write.h
index 00ff99693b6..a6d845f9115 100644
--- a/source/blender/blenloader/BLO_read_write.h
+++ b/source/blender/blenloader/BLO_read_write.h
@@ -24,7 +24,7 @@
* those is related to file writing and three for file reading. Reading requires multiple
* callbacks, due to the way linking between files works.
*
- * Quick description of the individual callbacks:
+ * Brief description of the individual callbacks:
* - Blend Write: Define which structs and memory buffers are saved.
* - Blend Read Data: Loads structs and memory buffers from file and updates pointers them.
* - Blend Read Lib: Updates pointers to ID data blocks.