diff options
author | David Vašek <david.vasek@nic.cz> | 2023-05-19 11:10:45 +0200 |
---|---|---|
committer | David Vašek <david.vasek@nic.cz> | 2023-06-12 10:04:53 +0200 |
commit | 582e29fe6f8ccabb971a88e99fbdb7664d1c92ee (patch) | |
tree | 1bd973d9e135a29d7b839fefa769e5193ca7bb4c /src/libknot/quic/quic.h | |
parent | Merge branch 'on_slave_ddns' into 'master' (diff) | |
download | knot-582e29fe6f8ccabb971a88e99fbdb7664d1c92ee.tar.xz knot-582e29fe6f8ccabb971a88e99fbdb7664d1c92ee.zip |
fix miscellaneous typos and wrong source formatting
Diffstat (limited to 'src/libknot/quic/quic.h')
-rw-r--r-- | src/libknot/quic/quic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libknot/quic/quic.h b/src/libknot/quic/quic.h index 9dc400e89..aa12f05b1 100644 --- a/src/libknot/quic/quic.h +++ b/src/libknot/quic/quic.h @@ -108,7 +108,7 @@ struct knot_quic_creds *knot_quic_init_creds_peer(const struct knot_quic_creds * int knot_quic_creds_cert(struct knot_quic_creds *creds, struct gnutls_x509_crt_int **cert); /*! - * \brief Init server TLS certificate for DoQ. + * \brief Deinit server TLS certificate for DoQ. */ void knot_quic_free_creds(struct knot_quic_creds *creds); |