Christian Costa : d3dxof: Fix typo in comment.

Alexandre Julliard julliard at winehq.org
Mon Feb 8 11:06:06 CST 2010


Module: wine
Branch: master
Commit: ff6eccdabfbd752bbb065402fefffcff43ae869a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ff6eccdabfbd752bbb065402fefffcff43ae869a

Author: Christian Costa <titan.costa at wanadoo.fr>
Date:   Sun Feb  7 21:15:43 2010 +0100

d3dxof: Fix typo in comment.

---

 dlls/d3dxof/d3dxof.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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-cvs mailing list