Nikolay Sivov : dplayx: Fix its vs it's typo.
Module: wine Branch: master Commit: 6d4a07077df1f17abf940251f8deddf9449a45cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=6d4a07077df1f17abf940251f8... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Wed Aug 3 14:19:03 2016 +0300 dplayx: Fix its vs it's typo. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dplayx/dplayx_global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dplayx/dplayx_global.c b/dlls/dplayx/dplayx_global.c index 8351f66..14c53a0 100644 --- a/dlls/dplayx/dplayx_global.c +++ b/dlls/dplayx/dplayx_global.c @@ -182,7 +182,7 @@ static void DPLAYX_InitializeLobbyDataEntry( LPDPLAYX_LOBBYDATA lpData ) } /* NOTE: This must be called with the semaphore acquired. - * TRUE/FALSE with a pointer to it's data returned. Pointer data is + * TRUE/FALSE with a pointer to its data returned. Pointer data is * is only valid if TRUE is returned. */ static BOOL DPLAYX_IsAppIdLobbied( DWORD dwAppID, LPDPLAYX_LOBBYDATA* lplpDplData )
participants (1)
-
Alexandre Julliard