[PATCH] d3dxof: Fix typo in comment

Christian Costa titan.costa at wanadoo.fr
Sun Feb 7 14:15:43 CST 2010


---

 dlls/d3dxof/d3dxof.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/dlls/d3dxof/d3dxof.c b/dlls/d3dxof/d3dxof.c
index b1df558..aac10c4 100644
--- a/dlls/d3dxof/d3dxof.c
+++ b/dlls/d3dxof/d3dxof.c
@@ -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;
   }
 


More information about the wine-patches mailing list