aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2019-01-30 18:18:55 +0000
committerDavid Baker <dave@matrix.org>2019-01-30 18:18:55 +0000
commit621097f62b4c707d4e98ce68cdf8d5397178d41e (patch)
tree084e79fb0c3b2ad24d198859802995aa6032f86b /include
parentc31ab73704ace15f37c44a7c21ad19d9f8983803 (diff)
Yay for incorrect comments breaking the build...
Diffstat (limited to 'include')
-rw-r--r--include/olm/pk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/pk.h b/include/olm/pk.h
index aed14ef..8901621 100644
--- a/include/olm/pk.h
+++ b/include/olm/pk.h
@@ -213,7 +213,7 @@ typedef struct OlmPkSigning OlmPkSigning;
size_t olm_pk_signing_size(void);
/** Initialise a signing object using the supplied memory
- * The supplied memory must be at least olm_pk_sign_size() bytes */
+ * The supplied memory must be at least olm_pk_signing_size() bytes */
OlmPkSigning *olm_pk_signing(
void * memory
);