diff options
author | pbrook | 2007-04-06 22:58:25 +0200 |
---|---|---|
committer | pbrook | 2007-04-06 22:58:25 +0200 |
commit | d85fb99bf7ad9b6ebf163c2276333cef4faec147 (patch) | |
tree | 7be86aeddab28bcb0b9533efc7435ba17cef6b4f /hw/arm_timer.c | |
parent | Full implementation of IEEE exceptions (Aurelien Jarno) (diff) | |
download | qemu-d85fb99bf7ad9b6ebf163c2276333cef4faec147.tar.gz qemu-d85fb99bf7ad9b6ebf163c2276333cef4faec147.tar.xz qemu-d85fb99bf7ad9b6ebf163c2276333cef4faec147.zip |
Comment spelling fix.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2626 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/arm_timer.c')
-rw-r--r-- | hw/arm_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm_timer.c b/hw/arm_timer.c index c8864f13ce..068d0a0f7a 100644 --- a/hw/arm_timer.c +++ b/hw/arm_timer.c @@ -233,7 +233,7 @@ static void *arm_timer_init(uint32_t freq, void *pic, int irq) /* ARM PrimeCell SP804 dual timer module. Docs for this device don't seem to be publicly available. This - implementation is based on gueswork, the linux kernel sources and the + implementation is based on guesswork, the linux kernel sources and the Integrator/CP timer modules. */ typedef struct { |