[gdi32]
authorChristoph von Wittich <christoph_vw@reactos.org>
Thu, 24 Dec 2009 09:01:43 +0000 (09:01 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Thu, 24 Dec 2009 09:01:43 +0000 (09:01 +0000)
fix typo in comment

svn path=/trunk/; revision=44753

reactos/dll/win32/gdi32/objects/region.c

index 7756951..133b87a 100644 (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);