diff options
Diffstat (limited to 'gcc/fixinc.winnt')
-rw-r--r-- | gcc/fixinc.winnt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc.winnt b/gcc/fixinc.winnt index 633d3eb7bb9..e65eaa9676d 100644 --- a/gcc/fixinc.winnt +++ b/gcc/fixinc.winnt @@ -28,7 +28,7 @@ # provide many essential definitions and declarations if # __STDC__ is 1. This script modifies the header files to check # for __STRICT_ANSI__ being defined instead. However the most -# important modification is to change all occurences of __stdcall +# important modification is to change all occurrences of __stdcall # and __cdecl to __attribute__((stdcall)) and __attribute__((cdecl)), # respectively. Once munged, the # resulting new system include files are placed in a directory |