X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcasn1%2Fsilcasn1.h;h=b7b63b370f55c54ff6636f8f5a4c997e8c1aec51;hb=664b22d58794a76de354831dc44c9ad14e91e389;hp=304dd600ed04d5659b783e2864a6b3f8f5a61ad4;hpb=cec0db037b3c560a95bd43a7b39f27859ff3d014;p=silc.git diff --git a/lib/silcasn1/silcasn1.h b/lib/silcasn1/silcasn1.h index 304dd600..b7b63b37 100644 --- a/lib/silcasn1/silcasn1.h +++ b/lib/silcasn1/silcasn1.h @@ -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.