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/haifa-sched.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/haifa-sched.c')
-rw-r--r-- | gcc/haifa-sched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 3fea98c5e68..d341f37f3d7 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -17,8 +17,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. */ /* Instruction scheduling pass. This file, along with sched-deps.c, |