[PATCH] mmsystem: Fix its vs it's typo

Nikolay Sivov nsivov at codeweavers.com
Wed Aug 3 06:19:05 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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)
-- 
2.8.1




More information about the wine-patches mailing list