summaryrefslogtreecommitdiffstats
path: root/ssl/quic
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-23 14:13:49 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:29 +0000
commitde60b122b2f1082d5346f3f51fb7641c47391d71 (patch)
tree45990f7eb278ae1cecfebf64f1c7cc4c65a286b2 /ssl/quic
parent82973bcf8704fb53596297678276685f98e96d45 (diff)
QLOG: Editorial fixes (QLOG is spelled 'qlog')
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to 'ssl/quic')
-rw-r--r--ssl/quic/quic_channel_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/quic/quic_channel_local.h b/ssl/quic/quic_channel_local.h
index 564b789f9c..c4ecbc6409 100644
--- a/ssl/quic/quic_channel_local.h
+++ b/ssl/quic/quic_channel_local.h
@@ -428,7 +428,7 @@ struct quic_channel_st {
/* Are we on the QUIC_PORT linked list of channels? */
unsigned int on_port_list : 1;
- /* Has QLOG been requested? */
+ /* Has qlog been requested? */
unsigned int use_qlog : 1;
/* Saved error stack in case permanent error was encountered */
@@ -438,7 +438,7 @@ struct quic_channel_st {
OSSL_QUIC_ACK_RANGE *ack_range_scratch;
size_t num_ack_range_scratch;
- /* Title for QLOG purposes. We own this copy. */
+ /* Title for qlog purposes. We own this copy. */
char *qlog_title;
};