advapi32: Fix a comment typo.

This commit is contained in:
Juan Lang 2009-10-22 12:06:32 -07:00 committed by Alexandre Julliard
parent f555aef269
commit 18ba0ae59f
1 changed files with 1 additions and 1 deletions

View File

@ -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,