From ff2712ba8938afe204dcbb0b50036b36fe057c42 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 28 Apr 2011 17:20:35 +0200 Subject: Fix typos in comments (interupt -> interrupt) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- hw/pl031.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pl031.c') diff --git a/hw/pl031.c b/hw/pl031.c index 8c2f9d0..017a313 100644 --- a/hw/pl031.c +++ b/hw/pl031.c @@ -161,7 +161,7 @@ static void pl031_write(void * opaque, target_phys_addr_t offset, pl031_update(s); break; case RTC_ICR: - /* The PL031 documentation (DDI0224B) states that the interupt is + /* The PL031 documentation (DDI0224B) states that the interrupt is cleared when bit 0 of the written value is set. However the arm926e documentation (DDI0287B) states that the interrupt is cleared when any value is written. */ -- cgit v1.1