advapi32: Use hyphen in bitness

André Hentschel nerv at dawncrow.de
Mon Jul 15 14:58:43 CDT 2013


---
 dlls/advapi32/crypt_lmhash.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/advapi32/crypt_lmhash.c b/dlls/advapi32/crypt_lmhash.c
index 345c89d..bb13d0a 100644
--- a/dlls/advapi32/crypt_lmhash.c
+++ b/dlls/advapi32/crypt_lmhash.c
@@ -350,7 +350,7 @@ NTSTATUS WINAPI SystemFunction013(const BYTE *in, const BYTE *key, LPBYTE out)
 /******************************************************************************
  * SystemFunction024  [ADVAPI32.@]
  *
- * Encrypts two DES blocks with a 32 bit key...
+ * Encrypts two DES blocks with a 32-bit key...
  *
  * PARAMS
  *   data    [I] data to encrypt (16 bytes)
@@ -378,7 +378,7 @@ NTSTATUS WINAPI SystemFunction024(const BYTE *in, const BYTE *key, LPBYTE out)
 /******************************************************************************
  * SystemFunction025  [ADVAPI32.@]
  *
- * Decrypts two DES blocks with a 32 bit key...
+ * Decrypts two DES blocks with a 32-bit key...
  *
  * PARAMS
  *   data    [I] data to encrypt (16 bytes)
-- 
1.8.1.2




More information about the wine-patches mailing list