summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-01 10:31:25 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:30 +0000
commit1aeab15f46c79792e1f6ac270ec46840f70f48cc (patch)
tree5f0bb15ea54dcf1a9e63187f1b43bdce80dad788 /include
parentc71bde1e47020b5d533bf4f14548d8f3e2b030e5 (diff)
QUIC QLOG: Minor doc updates
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
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/json_enc.h b/include/internal/json_enc.h
index 3b4672aee1..df84c2d008 100644
--- a/include/internal/json_enc.h
+++ b/include/internal/json_enc.h
@@ -84,7 +84,7 @@ void ossl_json_cleanup(OSSL_JSON_ENC *json);
* Resets a JSON encoder, as though it has just been initialised, allowing it
* to be used again for new output syntactically unrelated to any previous
* output. This is similar to calling ossl_json_cleanup followed by
- * ossl_json_init but may allow internal buffers, etc. to be reused.
+ * ossl_json_init but may allow internal buffers to be reused.
*
* If the JSON encoder has entered an error state, this function MAY allow
* recovery from this error state, in which case it will return 1. If this