Yay for incorrect comments breaking the build...

This commit is contained in:
David Baker 2019-01-30 18:18:55 +00:00
parent c31ab73704
commit 621097f62b

View file

@ -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
);