correct the spelling for some comment thx w3seek

svn path=/trunk/; revision=15847
This commit is contained in:
Magnus Olsen 2005-06-09 18:33:45 +00:00
parent e4d12844dc
commit ecb9480129
6 changed files with 7 additions and 6 deletions

View file

@ -425,7 +425,7 @@ DIB_16BPP_BitBlt(PBLTINFO BltInfo)
return TRUE;
}
/* Optimze for bitBlt */
/* Optimize for bitBlt */
BOOLEAN
DIB_16BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
{

View file

@ -478,7 +478,7 @@ DIB_1BPP_BitBlt(PBLTINFO BltInfo)
return TRUE;
}
/* Optimze for bitBlt */
/* BitBlt Optimize */
BOOLEAN
DIB_1BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
{

View file

@ -302,7 +302,7 @@ DIB_24BPP_BitBlt(PBLTINFO BltInfo)
return TRUE;
}
/* BitBlt Optimze */
/* BitBlt Optimize */
BOOLEAN
DIB_24BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
{

View file

@ -464,7 +464,8 @@ DIB_32BPP_BitBlt(PBLTINFO BltInfo)
return TRUE;
}
/* optimze functions for bitblt */
/* Optimize functions for bitblt */
BOOLEAN
FASTCALL

View file

@ -356,7 +356,7 @@ DIB_4BPP_BitBlt(PBLTINFO BltInfo)
return TRUE;
}
/* BitBlt Optimze */
/* BitBlt Optimize */
BOOLEAN
DIB_4BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
{

View file

@ -345,7 +345,7 @@ DIB_8BPP_BitBlt(PBLTINFO BltInfo)
return TRUE;
}
/* Optimze BitBlt */
/* BitBlt Optimize */
BOOLEAN
DIB_8BPP_ColorFill(SURFOBJ* DestSurface, RECTL* DestRect, ULONG color)
{