summaryrefslogtreecommitdiff
path: root/bfd/cpu-vax.c
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-19 21:13:25 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-19 21:13:25 +0000
commit7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (patch)
treef61b968a46c92e81f6de581582cb064bf9dca27d /bfd/cpu-vax.c
parent42f6b9ffef1927d55d15075d9e810435c590c404 (diff)
Notes
Diffstat (limited to 'bfd/cpu-vax.c')
-rw-r--r--bfd/cpu-vax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-vax.c b/bfd/cpu-vax.c
index 98f868c44f54..1af84a624511 100644
--- a/bfd/cpu-vax.c
+++ b/bfd/cpu-vax.c
@@ -16,7 +16,7 @@ GNU General Public License for more details.
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#include "bfd.h"
#include "sysdep.h"
@@ -34,6 +34,6 @@ const bfd_arch_info_type bfd_vax_arch =
3,
TRUE, /* the one and only */
bfd_default_compatible,
- bfd_default_scan ,
+ bfd_default_scan,
0,
};