diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-29 13:33:23 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-29 13:33:23 +0000 |
commit | ee50add9255bae635bce87263d83236851bd7cfe (patch) | |
tree | bd9888938b1ffb8f176782b0f34cb507d949fa9b /cpu-defs.h | |
parent | 030370a210d7cc0293b6149566318b4585b307a8 (diff) |
Fix comment typo.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5808 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-defs.h')
-rw-r--r-- | cpu-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-defs.h b/cpu-defs.h index 6eee88173d..ed8c001469 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -115,7 +115,7 @@ typedef struct CPUTLBEntry { target_ulong addr_write; target_ulong addr_code; /* Addend to virtual address to get physical address. IO accesses - use the correcponding iotlb value. */ + use the corresponding iotlb value. */ #if TARGET_PHYS_ADDR_BITS == 64 /* on i386 Linux make sure it is aligned */ target_phys_addr_t addend __attribute__((aligned(8))); |