summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-08 19:42:40 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:15 +0100
commit5fc256cd6b991cf0fb5f7cb1da7be14c7e90653f (patch)
treef7d79b98c8ed5952afad8d89ab6378b2433d1e93 /include
parent4f2d32d6b6b4b80ff5f55c5462b545516d252d11 (diff)
downloadopenssl-new-5fc256cd6b991cf0fb5f7cb1da7be14c7e90653f.tar.gz
QUIC MSST: Documentation fixes
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_stream_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/quic_stream_map.h b/include/internal/quic_stream_map.h
index 920f3144b4..1af0c57d1e 100644
--- a/include/internal/quic_stream_map.h
+++ b/include/internal/quic_stream_map.h
@@ -69,7 +69,7 @@ struct quic_stream_st {
/*
* Application Error Code (AEC) for incoming RESET_STREAM frame.
- * This is only valid if peer_reset_stream is 1.
+ * This is only valid if peer_reset_stream is 1.
*/
uint64_t peer_reset_stream_aec;