diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-14 11:05:39 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-14 11:05:39 +0000 |
commit | f660683a337c9a50c0949ed79f0d43eceb19fbeb (patch) | |
tree | 692e86b2229ad66eb41541365f0b4df52561700d /gcc/sched-deps.c | |
parent | a9acd81a68caccd25639017b16f7e596d908bae4 (diff) | |
download | gcc-f660683a337c9a50c0949ed79f0d43eceb19fbeb.tar.gz |
Fix typo in FSF copyright statement
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index dbbb140671b..0142221c5e6 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -18,8 +18,8 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GCC; see the file COPYING. If not, write to the Free the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +along with GCC; see the file COPYING. If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" |