diff options
author | Cœur <coeur@gmx.fr> | 2019-07-03 14:25:30 +0100 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-07-04 12:21:04 +0100 |
commit | c6a72cd79465594876626e738466441d8b3d61ca (patch) | |
tree | 569aa1367bf80e8ac3444ab0c39a8affa872ae32 /EmbeddedPkg/Include/Protocol/HardwareInterrupt.h | |
parent | 16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 (diff) | |
download | edk2-c6a72cd79465594876626e738466441d8b3d61ca.tar.gz |
EmbeddedPkg: Fix various typos
Fix various typos in EmbeddedPkg.
Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Include/Protocol/HardwareInterrupt.h')
-rw-r--r-- | EmbeddedPkg/Include/Protocol/HardwareInterrupt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h b/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h index 0489d1fc06..ca95fa93c4 100644 --- a/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h +++ b/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h @@ -131,7 +131,7 @@ EFI_STATUS );
/**
- Signal to the hardware that the End Of Intrrupt state
+ Signal to the hardware that the End Of Interrupt state
has been reached.
@param This Instance pointer for this protocol
|