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:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-08-25 17:22:26 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2016-08-25 17:22:37 +0300
commit2d1f522a74a8637c9cc64509ed26be6d014e5871 (patch)
treedd5a756f4bfd84fa1b5a50f9f8e44c7f7511a0c8 /source/blender/blenloader
parent9444cd56db1a4e43d03fa8c735cd893b2e74b913 (diff)
Fixed little error in comment
"amount" is for uncountable things, "number" is for countable things.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/writefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index b6a54715763..dbc67d30b35 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -49,7 +49,7 @@
* <bh.len> int, len data after BHead
* <bh.old> void, old pointer
* <bh.SDNAnr> int
- * <bh.nr> int, in case of array: amount of structs
+ * <bh.nr> int, in case of array: number of structs
* data
* ...
* ...