cpu.h: fix a typo in comment

Found by reading the code.

Signed-off-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <1536150548-2797-1-git-send-email-liq3ea@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Li Qiang 2018-09-05 05:29:08 -07:00 committed by Laurent Vivier
parent 83f164bd5a
commit 7e63bc38ad
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ extern CPUInterruptHandler cpu_interrupt_handler;
/**
* cpu_interrupt:
* @cpu: The CPU to set an interrupt on.
* @mask: The interupts to set.
* @mask: The interrupts to set.
*
* Invokes the interrupt handler.
*/