dinput: Fix its vs it's typo.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2016-08-03 14:19:02 +03:00 committed by Alexandre Julliard
parent 41fa3f02ef
commit b610e422b3
1 changed files with 1 additions and 1 deletions

View File

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