From: Simon Marchi Date: Thu, 5 Dec 2019 18:27:09 +0000 (-0500) Subject: Fix comments in bt_argpar_item_array, data -> items X-Git-Url: http://git.efficios.com/?p=argpar.git;a=commitdiff_plain;h=44e278df0df76731e2f337cb6be3322557aaeead Fix comments in bt_argpar_item_array, data -> items Signed-off-by: Simon Marchi --- diff --git a/argpar/argpar.h b/argpar/argpar.h index 5732a88..dffbe6e 100644 --- a/argpar/argpar.h +++ b/argpar/argpar.h @@ -102,10 +102,10 @@ struct bt_argpar_item_array { /* Array of `struct bt_argpar_item *`, or `NULL` on error */ struct bt_argpar_item **items; - /* Number of used slots in `data`. */ + /* Number of used slots in `items`. */ unsigned int n_items; - /* Number of allocated slots in `data`. */ + /* Number of allocated slots in `items`. */ unsigned int n_alloc; };