Module: wine Branch: master Commit: 515065f6ce12786d6c834634bed81dea9f69bdba URL: http://source.winehq.org/git/wine.git/?a=commit;h=515065f6ce12786d6c834634be...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Aug 3 14:19:05 2016 +0300
mmsystem: Fix its vs it's typo.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mmsystem.dll16/mmsystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mmsystem.dll16/mmsystem.c b/dlls/mmsystem.dll16/mmsystem.c index d90240d..083ec2d 100644 --- a/dlls/mmsystem.dll16/mmsystem.c +++ b/dlls/mmsystem.dll16/mmsystem.c @@ -1694,7 +1694,7 @@ DWORD WINAPI waveInMessage16(HWAVEIN16 hWaveIn, UINT16 uMessage, /************************************************************************** * mmTaskCreate [MMSYSTEM.900] * - * Creates a 16 bit MM task. It's entry point is lpFunc, and it should be + * Creates a 16 bit MM task. Its entry point is lpFunc, and it should be * called upon creation with dwPmt as parameter. */ HINSTANCE16 WINAPI mmTaskCreate16(SEGPTR spProc, HINSTANCE16 *lphMmTask, DWORD dwPmt)