diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:39:54 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:39:54 -0400 |
commit | 9faa82d8c081b9e38370b5a913825111d2166de6 (patch) | |
tree | 1e50640eecb618d0b3fa87607094528acb0add62 /gcc/fixinc.winnt | |
parent | ddd5a7c1808995545ad5befaa7320135e60b5d38 (diff) | |
download | gcc-9faa82d8c081b9e38370b5a913825111d2166de6.zip gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.gz gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.bz2 |
Fix typos in comments.
From-SVN: r9712
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 633d3eb..e65eaa9 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 |