Skip to content

Commit f29b967

Browse files
committed
fix typo
1 parent 0e14849 commit f29b967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dox_comments/header_files/signature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
WC_SIGNATURE_TYPE_RSA / WC_SIGNATURE_TYPE_RSA_W_ENC.
1616
The caller is responsible for ensuring the pointer refers to the correct
1717
type; this function cannot verify the actual runtime type of the object.
18-
\param key_len If key is non-NULL, key_len Must be exactly sizeof(ecc_key)
18+
\param key_len If key is non-NULL, key_len must be exactly sizeof(ecc_key)
1919
or sizeof(RsaKey) matching the sig_type. Passing any other value
2020
causes the function to return BAD_FUNC_ARG without dereferencing key.
2121
The conventional idiom is to pass sizeof(*key) at the call site.

0 commit comments

Comments
 (0)