Fixed typos in comments.

This commit is contained in:
Francois Gouget 2000-11-07 20:30:50 +00:00 committed by Alexandre Julliard
parent ea9d4ce246
commit 0c247ec775
2 changed files with 2 additions and 2 deletions

View file

@ -450,7 +450,7 @@ static BOOL UITOOLS95_DrawRectEdge(HDC hdc, LPRECT rc,
LTOuterI = RBOuterI = LTRBOuterFlat[uType & (BDR_INNER|BDR_OUTER)]; LTOuterI = RBOuterI = LTRBOuterFlat[uType & (BDR_INNER|BDR_OUTER)];
/* Bertho Stultiens states above that this function exactly matches win95 /* Bertho Stultiens states above that this function exactly matches win95
* In win98 BF_FLAT rectangels have an inner border same color as the * In win98 BF_FLAT rectangles have an inner border same color as the
* middle (COLOR_BTNFACE). I believe it's the same for win95 but since * middle (COLOR_BTNFACE). I believe it's the same for win95 but since
* I don't know I go with Bertho and just sets it for win98 until proven * I don't know I go with Bertho and just sets it for win98 until proven
* otherwise. * otherwise.

View file

@ -74,7 +74,7 @@ char *CRTDLL__strrev(char *string);
*/ */
#define _strdec(start,current) (start<current?(current)-1:NULL) #define _strdec(start,current) (start<current?(current)-1:NULL)
#define _strinc(current) ((current)+1) #define _strinc(current) ((current)+1)
/* FIXME: _strncnt ans strncnt are missing */ /* FIXME: _strncnt and strncnt are missing */
/* FIXME: _strspnp is not implemented */ /* FIXME: _strspnp is not implemented */