summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/array.h')
-rw-r--r--pjlib/include/pj/array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/array.h b/pjlib/include/pj/array.h
index ed234f96..f37fa75b 100644
--- a/pjlib/include/pj/array.h
+++ b/pjlib/include/pj/array.h
@@ -42,7 +42,7 @@ PJ_BEGIN_DECL
*
* @param array the array.
* @param elem_size the size of the individual element.
- * @param count the current number of elements in the array.
+ * @param count the CURRENT number of elements in the array.
* @param pos the position where the new element is put.
* @param value the value to copy to the new element.
*/