mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
correct the spelling for some comment thx w3seek
svn path=/trunk/; revision=15847
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -464,7 +464,8 @@ DIB_32BPP_BitBlt(PBLTINFO BltInfo)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/* optimze functions for bitblt */
|
||||
|
||||
/* Optimize functions for bitblt */
|
||||
|
||||
BOOLEAN
|
||||
FASTCALL
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user