diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-08 23:13:32 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-08 23:13:32 +0000 |
commit | 1b2927d45c7a2e1cc376e8e7e3854c07a05f7281 (patch) | |
tree | 1b58ab27e88f1ae4571582e345e3f2eda7db4a5e /BeagleBoardPkg | |
parent | d213712d4f858efd5cb43faa39c6d940829c9363 (diff) | |
download | edk2-platforms-1b2927d45c7a2e1cc376e8e7e3854c07a05f7281.tar.xz |
Fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9702 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg')
-rw-r--r-- | BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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];
|