gdi32/dibdrv: Fix a typo in comment.

Andrey Gusev andrey.goosev at gmail.com
Tue Jul 5 07:33:39 CDT 2016


-------------- next part --------------
From 62d50f8399c8537d783f231c4ed96ea944f21b1c Mon Sep 17 00:00:00 2001
Message-Id: <62d50f8399c8537d783f231c4ed96ea944f21b1c.1467721971.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Tue, 5 Jul 2016 15:32:31 +0300
Subject: [PATCH] gdi32/dibdrv: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/gdi32/dibdrv/graphics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdi32/dibdrv/graphics.c b/dlls/gdi32/dibdrv/graphics.c
index bfb3451..ca357b2 100644
--- a/dlls/gdi32/dibdrv/graphics.c
+++ b/dlls/gdi32/dibdrv/graphics.c
@@ -1567,7 +1567,7 @@ COLORREF dibdrv_SetPixel( PHYSDEV dev, INT x, INT y, COLORREF color )
     rect.bottom = rect.top + 1;
     add_clipped_bounds( pdev, &rect, pdev->clip );
 
-    /* SetPixel doesn't do the 1bpp massaging like other fg colors */
+    /* SetPixel doesn't do the 1bpp messaging like other fg colors */
     pixel = get_pixel_color( dev->hdc, &pdev->dib, color, FALSE );
     color = pdev->dib.funcs->pixel_to_colorref( &pdev->dib, pixel );
 
-- 
2.5.5



More information about the wine-patches mailing list