diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-12 06:04:02 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-12 06:04:02 +0000 |
commit | d7db0902808f59f71421cc2fc5012da4a47a32b9 (patch) | |
tree | a457af88c7f4eefb905df66126472542309aa07f /MdeModulePkg/Core/Dxe | |
parent | 77f863ee03d516d61d9af9141a1b63da169128a3 (diff) | |
download | edk2-platforms-d7db0902808f59f71421cc2fc5012da4a47a32b9.tar.xz |
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7008 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Misc/Stall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/Misc/Stall.c b/MdeModulePkg/Core/Dxe/Misc/Stall.c index 96d9b339cf..175e1f5c35 100644 --- a/MdeModulePkg/Core/Dxe/Misc/Stall.c +++ b/MdeModulePkg/Core/Dxe/Misc/Stall.c @@ -46,7 +46,7 @@ CoreStall ( //
// Calculate the number of ticks by dividing the number of microseconds by
// the TickPeriod.
- // Calcullation is based on 100ns unit.
+ // Calculation is based on 100ns unit.
//
Counter = (UINT32) DivU64x32Remainder (
Microseconds * 10,
|