[Bf-blender-cvs] [2d1f522] master: Fixed little error in comment

Sybren A. Stüvel noreply at git.blender.org
Thu Aug 25 16:22:42 CEST 2016


Commit: 2d1f522a74a8637c9cc64509ed26be6d014e5871
Author: Sybren A. Stüvel
Date:   Thu Aug 25 16:22:26 2016 +0200
Branches: master
https://developer.blender.org/rB2d1f522a74a8637c9cc64509ed26be6d014e5871

Fixed little error in comment

"amount" is for uncountable things, "number" is for countable things.

===================================================================

M	source/blender/blenloader/intern/writefile.c

===================================================================

diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index b6a5471..dbc67d3 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
  *     ...
  *     ...




More information about the Bf-blender-cvs mailing list