Nikolay Sivov : dplayx: Fix its vs it's typo.

Alexandre Julliard julliard at winehq.org
Wed Aug 3 18:09:17 CDT 2016


Module: wine
Branch: master
Commit: 6d4a07077df1f17abf940251f8deddf9449a45cf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6d4a07077df1f17abf940251f8deddf9449a45cf

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Aug  3 14:19:03 2016 +0300

dplayx: Fix its vs it's typo.

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




More information about the wine-cvs mailing list