Commit ee50add9255bae635bce87263d83236851bd7cfe
1 parent
030370a2
Fix comment typo.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5808 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
cpu-defs.h
... | ... | @@ -115,7 +115,7 @@ typedef struct CPUTLBEntry { |
115 | 115 | target_ulong addr_write; |
116 | 116 | target_ulong addr_code; |
117 | 117 | /* Addend to virtual address to get physical address. IO accesses |
118 | - use the correcponding iotlb value. */ | |
118 | + use the corresponding iotlb value. */ | |
119 | 119 | #if TARGET_PHYS_ADDR_BITS == 64 |
120 | 120 | /* on i386 Linux make sure it is aligned */ |
121 | 121 | target_phys_addr_t addend __attribute__((aligned(8))); | ... | ... |