d3dx9_36: Fix typos in comments

Andrey Gusev andrey.goosev at gmail.com
Thu Jun 2 15:46:42 CDT 2016


-------------- next part --------------
From 624831a2cdf1926c316b1f2e58883331b93ab015 Mon Sep 17 00:00:00 2001
Message-Id: <624831a2cdf1926c316b1f2e58883331b93ab015.1464900359.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 2 Jun 2016 23:45:42 +0300
Subject: [PATCH] d3dx9_36: Fix typos in comments

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/d3dx9_36/effect.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/d3dx9_36/effect.c b/dlls/d3dx9_36/effect.c
index 7772406..fd8d59e 100644
--- a/dlls/d3dx9_36/effect.c
+++ b/dlls/d3dx9_36/effect.c
@@ -198,7 +198,7 @@ static const struct
 }
 state_table[] =
 {
-    /* Render sates */
+    /* Render states */
     {SC_RENDERSTATE, D3DRS_ZENABLE, "D3DRS_ZENABLE"}, /* 0x0 */
     {SC_RENDERSTATE, D3DRS_FILLMODE, "D3DRS_FILLMODE"},
     {SC_RENDERSTATE, D3DRS_SHADEMODE, "D3DRS_SHADEMODE"},
@@ -350,7 +350,7 @@ state_table[] =
     {SC_LIGHT, LT_ATTENUATION2, "LightAttenuation2"},
     {SC_LIGHT, LT_THETA, "LightTheta"},
     {SC_LIGHT, LT_PHI, "LightPhi"}, /* 0x90 */
-    /* Ligthenable */
+    /* Lightenable */
     {SC_LIGHTENABLE, 0, "LightEnable"},
     /* Vertexshader */
     {SC_VERTEXSHADER, 0, "Vertexshader"},
-- 
2.5.5



More information about the wine-patches mailing list