https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bf2e192898cd0db7baa18405c34354afa1ea46ea

commit bf2e192898cd0db7baa18405c34354afa1ea46ea
Author:     winesync <[email protected]>
AuthorDate: Mon Sep 21 23:03:23 2020 +0200
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Thu Feb 4 16:37:05 2021 +0100

    [WINESYNC] d3dx9_36: Fix the spelling of a comment.
    
    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    
    wine commit id 5d7fcf52106bbb11544e8dbc5777150c8f55d726 by Francois Gouget 
<[email protected]>
---
 dll/directx/wine/d3dx9_36/txc_compress_dxtn.c | 2 +-
 sdk/tools/winesync/d3dx9.cfg                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dll/directx/wine/d3dx9_36/txc_compress_dxtn.c 
b/dll/directx/wine/d3dx9_36/txc_compress_dxtn.c
index 62b3ae125d9..5ed9a2ee689 100644
--- a/dll/directx/wine/d3dx9_36/txc_compress_dxtn.c
+++ b/dll/directx/wine/d3dx9_36/txc_compress_dxtn.c
@@ -454,7 +454,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++;
diff --git a/sdk/tools/winesync/d3dx9.cfg b/sdk/tools/winesync/d3dx9.cfg
index ca2a27ab589..0007a3dc91e 100644
--- a/sdk/tools/winesync/d3dx9.cfg
+++ b/sdk/tools/winesync/d3dx9.cfg
@@ -15,4 +15,4 @@ files: {include/d3dx9.h: sdk/include/dxsdk/d3dx9.h, 
include/d3dx9anim.h: sdk/inc
   include/d3dx9mesh.h: sdk/include/dxsdk/d3dx9mesh.h, include/d3dx9of.h: 
sdk/include/dxsdk/d3dx9of.h,
   include/d3dx9shader.h: sdk/include/dxsdk/d3dx9shader.h, 
include/d3dx9shape.h: sdk/include/dxsdk/d3dx9shape.h,
   include/d3dx9tex.h: sdk/include/dxsdk/d3dx9tex.h, include/d3dx9xof.h: 
sdk/include/dxsdk/d3dx9xof.h}
-tags: {wine: fd06827bca416dfec8835f109834ad0729c996a8}
+tags: {wine: 5d7fcf52106bbb11544e8dbc5777150c8f55d726}

Reply via email to