Nikolay Sivov : dinput: 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: b610e422b381da3ecb83fcf93f64f60ee5ea80e9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b610e422b381da3ecb83fcf93f64f60ee5ea80e9

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

dinput: 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/dinput/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dinput/device.c b/dlls/dinput/device.c
index 0b08e15..db4507d 100644
--- a/dlls/dinput/device.c
+++ b/dlls/dinput/device.c
@@ -526,7 +526,7 @@ failed:
     return DIERR_OUTOFMEMORY;
 }
 
-/* find an object by it's offset in a data format */
+/* find an object by its offset in a data format */
 static int offset_to_object(const DataFormat *df, int offset)
 {
     int i;




More information about the wine-cvs mailing list