wbemprox: Tweak a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-03-15 18:12:35 +01:00 committed by Alexandre Julliard
parent d0ad6316d9
commit f0182f854e
1 changed files with 1 additions and 1 deletions

View File

@ -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;