crypt32(5/10): Fix a bad comment

Juan Lang juan.lang at gmail.com
Tue Jul 17 10:27:25 CDT 2007


--Juan
-------------- next part --------------
From 25c291556df0894117dc7f53a0443da78fbb4ad7 Mon Sep 17 00:00:00 2001
From: Juan Lang <juanlang at juan.corp.google.com>
Date: Tue, 17 Jul 2007 07:25:56 -0700
Subject: [PATCH] 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(DWOR
  *     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.
-- 
1.4.1


More information about the wine-patches mailing list