diff options
author | Antoine Cœur <coeur@gmx.fr> | 2019-02-06 23:39:35 +0800 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-07-04 12:20:28 +0100 |
commit | ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420 (patch) | |
tree | e101e619122fa00859d5d776a026556ef7401e76 /ArmPkg/Library/ArmArchTimerLib | |
parent | 080981d72dcbb782ad73716c439639324b0aa4dd (diff) | |
download | edk2-ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420.tar.gz |
ArmPkg: Fix various typos
Fix various typos in ArmPkg.
Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Library/ArmArchTimerLib')
-rw-r--r-- | ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c b/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c index e6e47c8c3b..7c698fe471 100644 --- a/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c +++ b/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c @@ -152,7 +152,7 @@ MicroSecondDelay ( @param NanoSeconds The minimum number of nanoseconds to delay.
- @return The value of NanoSeconds inputed.
+ @return The value of NanoSeconds inputted.
**/
UINTN
|