X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fasn1_decoder.c;h=1a000bb050f9f91a01e50f429b20238e19d161c8;hb=963649d735c8b6eb0f97e82c54f02426ff3f1f45;hp=11b9b01fda6b67303db4a7df22c19e2c35c4c095;hpb=58890c06691462ca29900d1116b28c7a3e131252;p=deliverable%2Flinux.git diff --git a/lib/asn1_decoder.c b/lib/asn1_decoder.c index 11b9b01fda6b..1a000bb050f9 100644 --- a/lib/asn1_decoder.c +++ b/lib/asn1_decoder.c @@ -140,7 +140,7 @@ error: * @decoder: The decoder definition (produced by asn1_compiler) * @context: The caller's context (to be passed to the action functions) * @data: The encoded data - * @datasize: The size of the encoded data + * @datalen: The size of the encoded data * * Decode BER/DER/CER encoded ASN.1 data according to a bytecode pattern * produced by asn1_compiler. Action functions are called on marked tags to