summaryrefslogtreecommitdiff
path: root/include/internal/quic_record_rx.h
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-12-15 07:06:55 +0000
committerHugo Landau <hlandau@openssl.org>2023-01-13 13:20:22 +0000
commit81b6b43c4a56e4158ee4059fc03c10f970423506 (patch)
tree92727f9a44d5b15646b7fd488fb33640960639d6 /include/internal/quic_record_rx.h
parentb8a132d68f665b4c3fb6dcb8f3e8c625bbfb57c4 (diff)
downloadopenssl-new-81b6b43c4a56e4158ee4059fc03c10f970423506.tar.gz
QUIC: Minor comment and editorial fixes
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19703)
Diffstat (limited to 'include/internal/quic_record_rx.h')
-rw-r--r--include/internal/quic_record_rx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/quic_record_rx.h b/include/internal/quic_record_rx.h
index 2a8a5bca10..a72fb24972 100644
--- a/include/internal/quic_record_rx.h
+++ b/include/internal/quic_record_rx.h
@@ -247,8 +247,8 @@ typedef struct ossl_qrx_pkt_st {
*
* On success, *pkt points to a OSSL_QRX_PKT structure. The structure should be
* freed when no longer needed by calling ossl_qrx_pkt_release(). The structure
- * is refcounted; to gain extra references, call ossl_qrx_pkt_ref(). This will
- * cause a corresponding number of calls to ossl_qrx_pkt_release() to be
+ * is refcounted; to gain extra references, call ossl_qrx_pkt_up_ref(). This
+ * will cause a corresponding number of calls to ossl_qrx_pkt_release() to be
* ignored.
*
* The resources referenced by (*pkt)->hdr, (*pkt)->hdr->data and (*pkt)->peer