From 515065f6ce12786d6c834634bed81dea9f69bdba Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 3 Aug 2016 14:19:05 +0300 Subject: [PATCH] mmsystem: Fix its vs it's typo. Signed-off-by: Nikolay Sivov Signed-off-by: Alexandre Julliard --- 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 d90240d0801..083ec2d6da6 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)