Juan Lang : crypt32: Fix a bad comment.
Module: wine Branch: master Commit: 8099ff4bced2f5c7bf84d17150a503840899ae02 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8099ff4bced2f5c7bf84d17150... Author: Juan Lang <juan.lang(a)gmail.com> Date: Tue Jul 17 07:25:56 2007 -0700 crypt32: Fix a bad comment. --- dlls/crypt32/decode.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/crypt32/decode.c b/dlls/crypt32/decode.c index deedaf1..29687ef 100644 --- a/dlls/crypt32/decode.c +++ b/dlls/crypt32/decode.c @@ -278,9 +278,9 @@ static BOOL CRYPT_DecodeEnsureSpace(DWORD dwFlags, * If true, and the tag doesn't match the expected tag for this item, * or the decodeFunc fails with CRYPT_E_ASN1_BADTAG, then minSize space is * filled with 0 for this member. - * hasPointer, pointerOffset, minSize: + * hasPointer, pointerOffset: * If the item has dynamic data, set hasPointer to TRUE, pointerOffset to - * the offset within the (outer) struct of the data pointer (or to the + * the offset within the struct of the data pointer (or to the * first data pointer, if more than one exist). * size: * Used by CRYPT_AsnDecodeSequence, not for your use.
participants (1)
-
Alexandre Julliard