From c50fe6c0ce2f0aea23520fcb990492588c0e1332 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sun, 6 Jan 2008 21:02:01 +0100 Subject: [PATCH] Clarify comment for array expand --- proplib/prop_array1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proplib/prop_array1.c b/proplib/prop_array1.c index 9d158b3..87dbbca 100644 --- a/proplib/prop_array1.c +++ b/proplib/prop_array1.c @@ -16,7 +16,8 @@ int main(int argc, char *argv[]) /* Create array object with initial capacity 10 * Note that the array will expand on demand - * by the prop_array_add() + * by the prop_array_add() with `EXPAND_STEP' step + * as defined in libprop/prop_array.c */ pa = prop_array_create_with_capacity(10); if (pa == NULL) -- 2.11.4.GIT