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:
parent
41fa3f02ef
commit
b610e422b3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue