MdePkg: Fix some typing errors in the header files

Correct the typos in some header files of MdePkg.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
Thomas Huth
2016-09-12 01:35:39 -07:00
committed by Michael Kinney
parent 3868d06d82
commit 00b7cc0fe3
27 changed files with 36 additions and 36 deletions

View File

@ -30,7 +30,7 @@ typedef struct _EFI_TIMER_ARCH_PROTOCOL EFI_TIMER_ARCH_PROTOCOL;
/**
This function of this type is called when a timer interrupt fires. This
function executes at TPL_HIGH_LEVEL. The DXE Core will register a funtion
function executes at TPL_HIGH_LEVEL. The DXE Core will register a function
of this type to be called for the timer interrupt, so it can know how much
time has passed. This information is used to signal timer based events.