summaryrefslogtreecommitdiff
path: root/bfd/cpu-i386.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-07-25 15:50:20 +0000
committerH.J. Lu <hjl@lucon.org>2009-07-25 15:50:20 +0000
commit55311df0dcb64d74d24a4fd7a064623f8cd41d6d (patch)
tree87f7a6f2a3c071458d9ec931459d61d5bacc54bd /bfd/cpu-i386.c
parent114a68f12eed8984038fa5a71794d8de2bdf6bfa (diff)
downloadbinutils-redhat-55311df0dcb64d74d24a4fd7a064623f8cd41d6d.tar.gz
2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
* cpu-i386.c (bfd_x86_64_arch): Fix comment typos. * cpu-l1om.c (bfd_l1om_arch): Likewise.
Diffstat (limited to 'bfd/cpu-i386.c')
-rw-r--r--bfd/cpu-i386.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-i386.c b/bfd/cpu-i386.c
index 952e659c41..37f906a377 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,