summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backenddb/test_merchantdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index 7b8eb88e..3feeb03e 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -6995,7 +6995,7 @@ make_template (const char *id,
/**
* Frees memory associated with @e TemplateData.
*
- * @param product the container to free.
+ * @param template the container to free.
*/
static void
free_template_data (struct TemplateData *template)
@@ -7126,7 +7126,7 @@ struct TestLookupTemplates_Closure
const struct TemplateData *templates_to_cmp;
/**
- * Pointer to array of number of matches for each product
+ * Pointer to array of number of matches for each template
*/
unsigned int *results_matching;