fix some file headers and typos

svn path=/trunk/; revision=68094
This commit is contained in:
Christoph von Wittich 2015-06-09 17:43:00 +00:00
parent 5765e6951a
commit d4365a1beb
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
* COPYRIGHT: GNU GPL, See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Bit blit functions
* FILE: subsys/win32k/objects/bitblt.c
* FILE: win32ss/gdi/ntgdi/bitblt.c
* PROGRAMER: Unknown
*/

View file

@ -2,7 +2,7 @@
* COPYRIGHT: GNU GPL, See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Bitmap functions
* FILE: subsys/win32k/objects/bitmaps.c
* FILE: win32ss/gdi/ntgdi/bitmaps.c
* PROGRAMER: Timo Kreuzer <timo.kreuzer@reactos.org>
*/

View file

@ -2,7 +2,7 @@
* COPYRIGHT: GNU GPL, See COPYING in the top level directory
* PROJECT: ReactOS Win32k subsystem
* PURPOSE: Clip region functions
* FILE: subsystems/win32/win32k/objects/cliprgn.c
* FILE: win32ss/gdi/ntgdi/cliprgn.c
* PROGRAMER: Unknown
*/

View file

@ -2387,7 +2387,7 @@ IntSysCreateRectpRgn(
{
PREGION prgn;
/* Allocate a region, witout a handle */
/* Allocate a region, without a handle */
prgn = (PREGION)GDIOBJ_AllocateObject(GDIObjType_RGN_TYPE, sizeof(REGION), BASEFLAG_LOOKASIDE);
if (prgn == NULL)
{