Commit b610e422 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dinput: Fix its vs it's typo.

parent 41fa3f02
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment