kernel32: fix a typo in a comment

Austin English austinenglish at gmail.com
Wed Apr 17 16:54:42 CDT 2013


-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130417/fbae22e5/attachment.html>
-------------- next part --------------
diff --git a/dlls/kernel32/path.c b/dlls/kernel32/path.c
index 1cfd850..63d977b 100644
--- a/dlls/kernel32/path.c
+++ b/dlls/kernel32/path.c
@@ -1641,8 +1641,8 @@ UINT WINAPI GetSystemDirectoryA( LPSTR path, UINT count )
  *           GetSystemWow64DirectoryW   (KERNEL32.@)
  *
  * As seen on MSDN
- * - On Win32 we should returns ERROR_CALL_NOT_IMPLEMENTED
- * - On Win64 we should returns the SysWow64 (system64) directory
+ * - On Win32 we should return ERROR_CALL_NOT_IMPLEMENTED
+ * - On Win64 we should return the SysWow64 (system64) directory
  */
 UINT WINAPI GetSystemWow64DirectoryW( LPWSTR path, UINT count )
 {


More information about the wine-patches mailing list