diff options
Diffstat (limited to 'gcc/ada/mingw32.h')
-rw-r--r-- | gcc/ada/mingw32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/mingw32.h b/gcc/ada/mingw32.h index f11572e7c2a..bee45852e11 100644 --- a/gcc/ada/mingw32.h +++ b/gcc/ada/mingw32.h @@ -83,7 +83,7 @@ extern UINT CurrentCodePage; -/* Macros to convert to/from the code page speficied in CurrentCodePage. */ +/* Macros to convert to/from the code page specified in CurrentCodePage. */ #define S2WSC(wstr,str,len) \ MultiByteToWideChar (CurrentCodePage,0,str,-1,wstr,len) #define WS2SC(str,wstr,len) \ |