From 75b4c7790e50752a8bccf4e4521cff6ad058672d Mon Sep 17 00:00:00 2001 From: Raef Coles Date: Mon, 10 Oct 2022 13:58:28 +0100 Subject: [PATCH] Fix LMS internal function documentation Signed-off-by: Raef Coles --- library/lms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/lms.c b/library/lms.c index 296adceda..321e51abe 100644 --- a/library/lms.c +++ b/library/lms.c @@ -491,7 +491,7 @@ static int calculate_merkle_tree( const mbedtls_lms_private_t *ctx, * * leaf_node_id Which leaf node to calculate the path from. * - * tree The output path, which is H hash outputs. + * path The output path, which is H hash outputs. */ static int get_merkle_path( mbedtls_lms_private_t *ctx, unsigned int leaf_node_id,