This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix the Free the Free Software Foundation typo


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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]