summaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/internal/json_enc.h2
-rw-r--r--include/internal/quic_channel.h4
-rw-r--r--include/internal/quic_ssl.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/internal/json_enc.h b/include/internal/json_enc.h
index 96ea920641..3b4672aee1 100644
--- a/include/internal/json_enc.h
+++ b/include/internal/json_enc.h
@@ -16,7 +16,7 @@
* JSON Encoder
* ============
*
- * This JSON encoder is used for QLOG. It supports ordinary JSON (RFC 7159),
+ * This JSON encoder is used for qlog. It supports ordinary JSON (RFC 7159),
* JSON-SEQ (RFC 7464) and I-JSON (RFC 7493). It supports only basic ASCII.
*/
diff --git a/include/internal/quic_channel.h b/include/internal/quic_channel.h
index aafdeca3d2..2f3d91d5c7 100644
--- a/include/internal/quic_channel.h
+++ b/include/internal/quic_channel.h
@@ -120,10 +120,10 @@ typedef struct quic_channel_args_st {
int is_server;
SSL *tls;
- /* Whether to use QLOG. */
+ /* Whether to use qlog. */
int use_qlog;
- /* Title to use for the QLOG session, or NULL. */
+ /* Title to use for the qlog session, or NULL. */
const char *qlog_title;
} QUIC_CHANNEL_ARGS;
diff --git a/include/internal/quic_ssl.h b/include/internal/quic_ssl.h
index 7a53af7f65..47e856cd79 100644
--- a/include/internal/quic_ssl.h
+++ b/include/internal/quic_ssl.h
@@ -130,7 +130,7 @@ int ossl_quic_has_pending(const SSL *s);
int ossl_quic_get_shutdown(const SSL *s);
/*
- * Set QLOG diagnostic title. String is copied internally on success and need
+ * Set qlog diagnostic title. String is copied internally on success and need
* not remain allocated. Only has any effect if logging has not already begun.
* For use by tests only. Setting this on a context affects any QCSO created
* after this is called but does not affect QCSOs already created from a