Fix a comment

svn path=/trunk/; revision=56684
This commit is contained in:
Timo Kreuzer 2012-06-01 16:15:46 +00:00
parent 15f3c7f06f
commit a6e90fb6f8

View file

@ -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 */