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/fixproto | |
parent | ddd5a7c1808995545ad5befaa7320135e60b5d38 (diff) | |
download | gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.gz |
Fix typos in comments.
From-SVN: r9712
Diffstat (limited to 'gcc/fixproto')
-rwxr-xr-x | gcc/fixproto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixproto b/gcc/fixproto index bfa8419d99e..251c2a88248 100755 --- a/gcc/fixproto +++ b/gcc/fixproto @@ -46,7 +46,7 @@ # files are copied. An earlier version just included the original # by "reference", using GNU cpp's #include_next mechanism. # This is currently not done, partly because #include_next is -# fragile (susceptible to version incompatibilties, and depends +# fragile (susceptible to version incompatibilities, and depends # and GCC-specific features), and partly for performance reasons. # # AUTHORS |