Module: wine Branch: master Commit: 758911a8da976e5f3c39f5dd67d08305e6a96446 URL: http://source.winehq.org/git/wine.git/?a=commit;h=758911a8da976e5f3c39f5dd67...
Author: Austin English austinenglish@gmail.com Date: Wed Apr 17 14:54:42 2013 -0700
kernel32: Fix a typo in a comment.
---
dlls/kernel32/path.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
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 ) {