Fixed little error in comment

"amount" is for uncountable things, "number" is for countable things.
This commit is contained in:
Sybren A. Stüvel
2016-08-25 16:22:26 +02:00
parent 9444cd56db
commit 2d1f522a74

View File

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