From 1b2927d45c7a2e1cc376e8e7e3854c07a05f7281 Mon Sep 17 00:00:00 2001 From: AJFISH Date: Fri, 8 Jan 2010 23:13:32 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9702 6f19259b-4bc3-4df7-8a09-765794883524 --- BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c b/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c index c87d564063..feb5b26dfe 100644 --- a/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c +++ b/BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c @@ -234,7 +234,7 @@ IrqInterruptHandler ( Vector = MmioRead32(INTCPS_SIR_IRQ) & INTCPS_SIR_IRQ_MASK; - // Needed to prevent infinite nesting if Time Driver lowers TPL + // Needed to prevent infinite nesting when Time Driver lowers TPL MmioWrite32(INTCPS_CONTROL, INTCPS_CONTROL_NEWIRQAGR); InterruptHandler = gRegisteredInterruptHandlers[Vector]; -- 2.39.2