Fixed some issues reported by winapi_check.

diff --git a/loader/module.c b/loader/module.c
index f779f78..a2e0581 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -1710,7 +1710,7 @@
 }
 
 /***********************************************************************
- *           WIN16_GetProcAddress32   		(KERNEL.453)
+ *           GetProcAddress32   		(KERNEL.453)
  */
 FARPROC WINAPI GetProcAddress32_16( HMODULE hModule, LPCSTR function )
 {