Commit d85fb99bf7ad9b6ebf163c2276333cef4faec147
1 parent
417454b0
Comment spelling fix.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2626 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/arm_timer.c
... | ... | @@ -233,7 +233,7 @@ static void *arm_timer_init(uint32_t freq, void *pic, int irq) |
233 | 233 | |
234 | 234 | /* ARM PrimeCell SP804 dual timer module. |
235 | 235 | Docs for this device don't seem to be publicly available. This |
236 | - implementation is based on gueswork, the linux kernel sources and the | |
236 | + implementation is based on guesswork, the linux kernel sources and the | |
237 | 237 | Integrator/CP timer modules. */ |
238 | 238 | |
239 | 239 | typedef struct { | ... | ... |