Stefan Dösinger : wined3d: Fix a comment.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 13 06:31:55 CST 2006


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

Author: Stefan Dösinger <stefandoesinger at gmx.at>
Date:   Sun Nov 12 12:08:42 2006 +0100

wined3d: Fix a comment.

---

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

diff --git a/dlls/wined3d/vertexbuffer.c b/dlls/wined3d/vertexbuffer.c
index aeccdab..820309f 100644
--- a/dlls/wined3d/vertexbuffer.c
+++ b/dlls/wined3d/vertexbuffer.c
@@ -184,7 +184,7 @@ inline BOOL WINAPI IWineD3DVertexBufferI
      * -> New semantics that have to be converted appear
      * -> The position of semantics that have to be converted changes
      * -> The stride of the vertex changed AND there is stuff that needs conversion
-     * -> (If a vertex buffer is bound and in use assume that nothing that needs conversion is there)
+     * -> (If a vertex shader is bound and in use assume that nothing that needs conversion is there)
      *
      * Return values:
      *  TRUE: Reload is needed




More information about the wine-cvs mailing list