=?UTF-8?Q?Rico=20Sch=C3=BCller=20?=: d3d10: Fix a comment.

Alexandre Julliard julliard at winehq.org
Thu Nov 14 13:57:10 CST 2013


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

Author: Rico Schüller <kgbricola at web.de>
Date:   Thu Nov 14 12:15:30 2013 +0100

d3d10: Fix a comment.

---

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

diff --git a/dlls/d3d10/shader.c b/dlls/d3d10/shader.c
index 19ca5b4..a6a9a30 100644
--- a/dlls/d3d10/shader.c
+++ b/dlls/d3d10/shader.c
@@ -130,7 +130,7 @@ const struct ID3D10ShaderReflectionVtbl d3d10_shader_reflection_vtbl =
     d3d10_shader_reflection_QueryInterface,
     d3d10_shader_reflection_AddRef,
     d3d10_shader_reflection_Release,
-    /* ID3D10Effect methods */
+    /* ID3D10ShaderReflection methods */
     d3d10_shader_reflection_GetDesc,
     d3d10_shader_reflection_GetConstantBufferByIndex,
     d3d10_shader_reflection_GetConstantBufferByName,




More information about the wine-cvs mailing list