d3dxof: Fix typo in comment.

This commit is contained in:
Christian Costa 2010-02-07 21:15:43 +01:00 committed by Alexandre Julliard
parent 1dc896eb52
commit ff6eccdabf
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ static HRESULT WINAPI IDirectXFileDataImpl_GetNextObject(IDirectXFileData* iface
if (This->from_ref && (This->level >= 1))
{
/* Only 2 levels can enumerated if the object is obtained from a reference */
/* Only 2 levels can be enumerated if the object is obtained from a reference */
return DXFILEERR_NOMOREOBJECTS;
}