This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fixes a couple of typos in the license header of the cpu-w65.c file.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cb967f0d6ce36d566d97cf37b298265434fb6db5

commit cb967f0d6ce36d566d97cf37b298265434fb6db5
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Feb 23 13:39:51 2015 +0000

    Fixes a couple of typos in the license header of the cpu-w65.c file.
    
    	PR 17914
    	* cpu-w65.c: Correct typos in license notice.

Diff:
---
 bfd/ChangeLog | 5 +++++
 bfd/cpu-w65.c | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8d8ec22..e9fb08b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-23  Nick Clifton  <nickc@redhat.com>
+
+	PR 17914
+	* cpu-w65.c: Correct typos in license notice.
+
 2015-02-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
 	* elf-bfd.h (elfcore_write_s390_vxrs_low): Add prototype.
diff --git a/bfd/cpu-w65.c b/bfd/cpu-w65.c
index 129b10f..c5252f5 100644
--- a/bfd/cpu-w65.c
+++ b/bfd/cpu-w65.c
@@ -5,7 +5,7 @@
    This file is part of BFD, the Binary File Descriptor library.
 
    This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as publiw65ed by
+   it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
@@ -14,7 +14,7 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 
-   You w65ould have received a copy of the GNU General Public License
+   You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */


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