gdiplus: Fix the convert_unit() comment to reflect its functionality.

Dmitry Timoshkov dmitry at baikal.ru
Tue Jul 3 03:33:41 CDT 2012


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

diff --git a/dlls/gdiplus/gdiplus.c b/dlls/gdiplus/gdiplus.c
index 56d8330..11ae2d8 100644
--- a/dlls/gdiplus/gdiplus.c
+++ b/dlls/gdiplus/gdiplus.c
@@ -317,7 +317,7 @@ GpStatus hresult_to_status(HRESULT res)
     }
 }
 
-/* converts a given unit to its value in pixels */
+/* converts a given unit to its value in inches */
 REAL convert_unit(REAL logpixels, GpUnit unit)
 {
     switch(unit)
-- 
1.7.11.1




More information about the wine-patches mailing list