From a6e90fb6f84528388fc195856081d3ddd8aa22a3 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 1 Jun 2012 16:15:46 +0000 Subject: [PATCH] [WIN32K] Fix a comment svn path=/trunk/; revision=56684 --- reactos/win32ss/gdi/ntgdi/bitblt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/gdi/ntgdi/bitblt.c b/reactos/win32ss/gdi/ntgdi/bitblt.c index 66c387a9f2d..e381d8dac6c 100644 --- a/reactos/win32ss/gdi/ntgdi/bitblt.c +++ b/reactos/win32ss/gdi/ntgdi/bitblt.c @@ -1070,7 +1070,7 @@ NtGdiSetPixel( return -1; } - /* Translate the color to the target format and get the RGB value */ + /* Translate the color to the target format */ iSolidColor = TranslateCOLORREF(pdc, crColor); /* Use the DC's text brush, which is always a solid brush */ -- 2.17.1