Juan Lang : advapi32: Fix a comment typo.

Alexandre Julliard julliard at winehq.org
Fri Oct 23 10:18:59 CDT 2009


Module: wine
Branch: master
Commit: 18ba0ae59fb34f03e0816dd8db320c161bbfd428
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=18ba0ae59fb34f03e0816dd8db320c161bbfd428

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Oct 22 12:06:32 2009 -0700

advapi32: Fix a comment typo.

---

 dlls/advapi32/tests/crypt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/advapi32/tests/crypt.c b/dlls/advapi32/tests/crypt.c
index d408f96..131e605 100644
--- a/dlls/advapi32/tests/crypt.c
+++ b/dlls/advapi32/tests/crypt.c
@@ -993,7 +993,7 @@ static void test_rc2_keylen(void)
                 GetLastError() == NTE_BAD_TYPE || /* W2K */
                 GetLastError() == NTE_PERM), /* Win9x, WinMe and NT4 */
        "unexpected error %08x\n", GetLastError());
-    /* but importing an 8-bit (7-byte) key does.. */
+    /* but importing an 56-bit (7-byte) key does.. */
     key_blob.key_size = 7;
     SetLastError(0xdeadbeef);
     ret = pCryptImportKey(provider, (BYTE*)&key_blob,




More information about the wine-cvs mailing list