Francois Gouget : wbemprox: Tweak a comment.

Alexandre Julliard julliard at winehq.org
Fri Mar 16 13:53:08 CDT 2018


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 15 18:12:35 2018 +0100

wbemprox: Tweak a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wbemprox/builtin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c
index 33a951b..73f4192 100644
--- a/dlls/wbemprox/builtin.c
+++ b/dlls/wbemprox/builtin.c
@@ -3285,7 +3285,7 @@ static const WCHAR *get_installeddriver( UINT vendorid )
     static const WCHAR driver_nvidiaW[] = {'n','v','d','3','d','u','m','.','d','l','l',0};
     static const WCHAR driver_wineW[] = {'w','i','n','e','.','d','l','l',0};
 
-    /* FIXME: wined3d has a better table, but we can not access this information through dxgi */
+    /* FIXME: wined3d has a better table, but we cannot access this information through dxgi */
 
     if (vendorid == HW_VENDOR_AMD)
         return driver_amdW;




More information about the wine-cvs mailing list