Module: wine Branch: master Commit: b610e422b381da3ecb83fcf93f64f60ee5ea80e9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b610e422b381da3ecb83fcf93f...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Aug 3 14:19:02 2016 +0300
dinput: Fix its vs it's typo.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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;