diff options
Diffstat (limited to 'MdePkg/Include/Protocol/Timer.h')
-rw-r--r-- | MdePkg/Include/Protocol/Timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/Timer.h b/MdePkg/Include/Protocol/Timer.h index c9a998e105..ffdb0a1468 100644 --- a/MdePkg/Include/Protocol/Timer.h +++ b/MdePkg/Include/Protocol/Timer.h @@ -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.
|