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

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


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




More information about the wine-patches mailing list