[PATCH] programs/regsvr32: Fix a typo in a comment

Hugh McMaster hugh.mcmaster at outlook.com
Fri Jun 5 04:19:01 CDT 2015


It should say 'pDllHandle', not 'pDllHanlde'.

---
 programs/regsvr32/regsvr32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/regsvr32/regsvr32.c b/programs/regsvr32/regsvr32.c
index 624acd6..d646a2b 100644
--- a/programs/regsvr32/regsvr32.c
+++ b/programs/regsvr32/regsvr32.c
@@ -105,7 +105,7 @@ static void __cdecl output_write(UINT id, ...)
  * Parameters:
  * strDll - name of the dll.
  * procName - name of the procedure to load from dll
- * pDllHanlde - output variable receives handle of the loaded dll.
+ * pDllHandle - output variable receives handle of the loaded dll.
  */
 static VOID *LoadProc(const char* strDll, const char* procName, HMODULE* DllHandle)
 {
-- 
1.9.1




More information about the wine-patches mailing list