commit 94c6be53b203e5668323a08c6d3bdb8a3830361d parent 18f9c6be2a7583af533e0253a8f40f76e5d916b3 Author: priscilla <priscilla.huang@efrei.net> Date: Fri, 18 Nov 2022 04:21:37 -0500 test template Diffstat:
| M | src/backenddb/test_merchantdb.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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;