fix typo in comment

svn path=/trunk/; revision=44753
This commit is contained in:
Christoph von Wittich 2009-12-24 09:01:43 +00:00
parent 72d95b99f9
commit b5f2a44d75

View file

@ -265,7 +265,7 @@ CreateRectRgn(int x1, int y1, int x2, int y2)
SetLastError(ERROR_INVALID_PARAMETER);
return NULL;
}
//// Remove when Bush/Pen/Rgn Attr is ready!
//// Remove when Brush/Pen/Rgn Attr is ready!
return NtGdiCreateRectRgn(x1,y1,x2,y2);
////
hrgn = hGetPEBHandle(hctRegionHandle, 0);