From b1995b01795e9f35237b8b78ac10144ffaf69834 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 25 Jul 2009 15:50:20 +0000 Subject: 2009-07-25 H.J. Lu * cpu-i386.c (bfd_x86_64_arch): Fix comment typos. * cpu-l1om.c (bfd_l1om_arch): Likewise. --- bfd/cpu-i386.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/cpu-i386.c') diff --git a/bfd/cpu-i386.c b/bfd/cpu-i386.c index 952e659..37f906a 100644 --- a/bfd/cpu-i386.c +++ b/bfd/cpu-i386.c @@ -73,8 +73,8 @@ static const bfd_arch_info_type i8086_arch = static const bfd_arch_info_type bfd_x86_64_arch = { - 64, /* 32 bits in a word */ - 64, /* 32 bits in an address */ + 64, /* 64 bits in a word */ + 64, /* 64 bits in an address */ 8, /* 8 bits in a byte */ bfd_arch_i386, bfd_mach_x86_64, -- cgit v1.1