summaryrefslogtreecommitdiff
path: root/include/internal/quic_stream_map.h
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-04-26 15:56:59 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:14 +0100
commit22b1a96ff798cf73f4b573bff1d9f80236d3f102 (patch)
tree57096e855e78c11b08d4bc04dc5f015975c2142c /include/internal/quic_stream_map.h
parent496b8162b6b7048a05809f5e85825ed02dff8a7c (diff)
downloadopenssl-new-22b1a96ff798cf73f4b573bff1d9f80236d3f102.tar.gz
QUIC MSST: Minor fixes and cleanups
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/internal/quic_stream_map.h')
-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 5d21c60185..920f3144b4 100644
--- a/include/internal/quic_stream_map.h
+++ b/include/internal/quic_stream_map.h
@@ -129,7 +129,7 @@ struct quic_stream_st {
* queue nor has an associated XSO. This condition occurs when and only
* when deleted is true.
*
- * - Once there is the case (i.e., no user-facing API object exposing the
+ * - Once this is the case (i.e., no user-facing API object exposing the
* stream), we can delete the stream once we determine that all of our
* protocol obligations requiring us to keep the QUIC_STREAM around have
* been met.