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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user