advapi32: Fix comment to match the function (thanks to Dan Kegel).

This commit is contained in:
Mike McCormack 2006-06-06 01:42:52 +09:00 committed by Alexandre Julliard
parent b885b76146
commit 3244a3dfc6

View file

@ -1967,7 +1967,7 @@ BOOL WINAPI CryptVerifySignatureA (HCRYPTHASH hHash, BYTE *pbSignature, DWORD dw
}
/******************************************************************************
* SystemFunction036 (ADVAPI32.@)
* SystemFunction030 (ADVAPI32.@)
*
* Tests if two blocks of 16 bytes are equal
*