Commit 7e63bc38 authored by Li Qiang's avatar Li Qiang Committed by Laurent Vivier
Browse files

cpu.h: fix a typo in comment



Found by reading the code.

Signed-off-by: default avatarLi Qiang <liq3ea@gmail.com>
Message-Id: <1536150548-2797-1-git-send-email-liq3ea@gmail.com>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 83f164bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */