From 38400cf0f8e2f38185084b7ee7f35ebace0d5b3a Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sun, 6 Jan 2008 00:58:08 +0100 Subject: [PATCH] Clarify comment --- proplib/prop_array1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proplib/prop_array1.c b/proplib/prop_array1.c index 844c13d..9d158b3 100644 --- a/proplib/prop_array1.c +++ b/proplib/prop_array1.c @@ -22,8 +22,8 @@ int main(int argc, char *argv[]) if (pa == NULL) errx(EXIT_FAILURE, "prop_array_create_with_capacity()"); - /* For every argument, create a reference to it - * and store it in the array + /* For every argument, create a prop_string_t object + * that references it and store it in the array */ for (i = 0; i < argc; i++) { ps = prop_string_create_cstring_nocopy(argv[i]); -- 2.11.4.GIT