Commit 84e522ddb6 for openssl.org

commit 84e522ddb6b68a402fc6e1704dd089a26c8ca9cf
Author: Sashan <anedvedicky@gmail.com>
Date:   Mon Mar 16 08:43:45 2026 +0100

    Update ssl/quic/quic_srtm.c

    Co-authored-by: Matt Caswell <matt@openssl.foundation>

    Reviewed-by: Neil Horman <nhorman@openssl.org>
    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    MergeDate: Wed Mar 18 17:26:47 2026
    (Merged from https://github.com/openssl/openssl/pull/30371)

diff --git a/ssl/quic/quic_srtm.c b/ssl/quic/quic_srtm.c
index 9de35ecaf7..1cc2ae6962 100644
--- a/ssl/quic/quic_srtm.c
+++ b/ssl/quic/quic_srtm.c
@@ -169,7 +169,7 @@ void ossl_quic_srtm_free(QUIC_SRTM *srtm)
     lh_SRTM_ITEM_free(srtm->items_rev);
     if (srtm->items_fwd != NULL) {
         /*
-         * We don't need to call lh_SRTM_ITEM_set_set_down(..., 0)
+         * We don't need to call lh_SRTM_ITEM_set_down_load(..., 0)
          * here because srtm_free_each() callback for _doall() does
          * not call to lh_SRTIM_ITEM_delete().
          */