Vlv2TbltDevicePkg: Fix typos in comments

- TURE -> TRUE
- stardard -> standard
- aligments -> alignments
- a a -> a
- stoping -> stopping
- defalut -> default
- excute -> execute
- Incude -> Include
- futhure -> future
- Predfined -> Predefined
- minimue -> minimum
- predeined -> predefined
- dirver -> driver
- paramter -> parameter
- funciton -> function
- immediatly -> immediately

Cc: David Wei <david.wei@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
Gary Lin
2016-10-19 15:01:38 +08:00
committed by david wei
parent 04d8d8835e
commit 2e182e30e5
9 changed files with 25 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ PLATFORM_GOP_POLICY_PROTOCOL mPlatformGOPPolicy;
#include <Guid/SetupVariable.h>
#include <SetupMode.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
PLATFORM_GOP_POLICY_PROTOCOL mPlatformGOPPolicy;
@@ -54,7 +54,7 @@ GetPlatformLidStatus (
EFI_STATUS
EFIAPI
GetPlatformLidStatus (
OUT LID_STATUS *CurrentLidStatus
OUT LID_STATUS *CurrentLidStatus
)
{
*CurrentLidStatus = LidOpen;