From ce88684e2af0103e7ffaea58a26b3fae16f70367 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Wed, 4 Jul 2012 20:23:21 +0000 Subject: ARM Packages: Fixed mispellings Signed-off-by: Olivier Martin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13502 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c | 6 +++--- ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ArmPkg/Library') diff --git a/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c b/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c index d4602738ec..8c1fe415dc 100644 --- a/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c +++ b/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c @@ -54,7 +54,7 @@ TimerConstructor ( ASSERT (TimerFreq); } else { - DEBUG ((EFI_D_ERROR, "ARM Architectural Timer is not available in the CPU, Hence cann't use this library \n")); + DEBUG ((EFI_D_ERROR, "ARM Architectural Timer is not available in the CPU, hence this library can not be used.\n")); ASSERT (0); } @@ -79,7 +79,7 @@ MicroSecondDelay ( UINT64 TimerTicks64; UINT64 SystemCounterVal; - // Calculate counter ticks that can represent requsted delay + // Calculate counter ticks that can represent requested delay TimerTicks64 = MultU64x32 (MicroSeconds, TICKS_PER_MICRO_SEC); // Read System Counter value @@ -106,7 +106,7 @@ MicroSecondDelay ( @param NanoSeconds The minimum number of nanoseconds to delay. - @return The value of NanoSeconds inputted. + @return The value of NanoSeconds inputed. **/ UINTN diff --git a/ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c b/ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c index 1cba12d300..7835b414c0 100644 --- a/ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c +++ b/ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c @@ -83,7 +83,7 @@ ArmArchTimerReadReg ( case CnthpTval: case CnthpCtl: case CnthpCval: - DEBUG ((EFI_D_ERROR, "The register is related to Hyperviser Mode. Can't perform requested operation\n ")); + DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n ")); break; default: -- cgit v1.2.3