Comment typofixes

This commit is contained in:
Pasi Kallinen
2015-10-17 12:28:52 +03:00
parent f4ec27ea13
commit f8b48490aa
23 changed files with 28 additions and 28 deletions

View File

@@ -336,7 +336,7 @@ extern long __cdecl ftell(FILE *f);
#endif
/* leave - Windows CE defines leave as part of exception handling (__leave)
It confilicts with existing sources and since we don't use exceptions it is
It conflicts with existing sources and since we don't use exceptions it is
safe
to undefine it */
#ifdef leave