PKCS API changes.
[silc.git] / lib / silcasn1 / silcasn1.h
index 304dd600ed04d5659b783e2864a6b3f8f5a61ad4..b7b63b370f55c54ff6636f8f5a4c997e8c1aec51 100644 (file)
@@ -311,7 +311,7 @@ void silc_asn1_uninit(SilcAsn1 asn1);
  *    the `dest' is dynamically allocated and caller must free it by itself.
  *    If the `stack' was given to silc_asn1_alloc, the SILC_ASN1_ALLOC will
  *    allocate from that stack and consume the stack.  Alternatively if
- *    SILC_ASN1_ACCUMUL is given then memory is accumulated from `asn1' fo
+ *    SILC_ASN1_ACCUMUL is given then memory is accumulated from `asn1' for
  *    `dest' and it is freed only when silc_asn1_free or silc_asn1_uninit
  *    is called.  Next call to silc_asn1_encode will not cancel the previous
  *    result, but will accumulate more memory for new result.