This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix the Free the Free Software Foundation typo
- To: gcc-patches at gcc dot gnu dot org
- Subject: Fix the Free the Free Software Foundation typo
- From: Nick Clifton <nickc at cambridge dot redhat dot com>
- Date: 22 Oct 2001 10:01:15 +0100
Hi Guys,
Here is a patch to correct another case of "Free the Free Software
Foundation" typo. Applied as an obvious fix.
Cheers
Nick
2001-10-22 Nick Clifton <nickc@cambridge.redhat.com>
* sched-int.h: Fix typo in GCC preamble.
Index: sched-int.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/sched-int.h,v
retrieving revision 1.13
diff -p -r1.13 sched-int.h
*** sched-int.h 2001/08/30 20:44:50 1.13
--- sched-int.h 2001/10/22 09:02:40
*************** FITNESS FOR A PARTICULAR PURPOSE. See t
*** 16,23 ****
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
02111-1307, USA. */
/* Forward declaration. */
--- 16,23 ----
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
! Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
/* Forward declaration. */