dplayx: Fix its vs it's typo.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Nikolay Sivov 2016-08-03 14:19:03 +03:00 committed by Alexandre Julliard
parent b610e422b3
commit 6d4a07077d
1 changed files with 1 additions and 1 deletions

View File

@ -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 )