[PATCH] d3dx9_36: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Tue Dec 10 19:57:45 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/d3dx9_36/txc_compress_dxtn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dx9_36/txc_compress_dxtn.c b/dlls/d3dx9_36/txc_compress_dxtn.c
index 86fd8e0aff0..7f10de8076b 100644
--- a/dlls/d3dx9_36/txc_compress_dxtn.c
+++ b/dlls/d3dx9_36/txc_compress_dxtn.c
@@ -450,7 +450,7 @@ static void encodedxt5alpha(GLubyte *blkaddr, GLubyte srccolors[4][4][4],
    if ((alphabase[0] > alphabase[1]) && !(alphaabsmin && alphaabsmax)) { /* one color, either max or min */
       /* shortcut here since it is a very common case (and also avoids later problems) */
       /* || (alphabase[0] == alphabase[1] && !alphaabsmin && !alphaabsmax) */
-      /* could also thest for alpha0 == alpha1 (and not min/max), but probably not common, so don't bother */
+      /* could also test for alpha0 == alpha1 (and not min/max), but probably not common, so don't bother */
 
       *blkaddr++ = srccolors[0][0][3];
       blkaddr++;
-- 
2.20.1




More information about the wine-devel mailing list