diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:38 +0800 |
---|---|---|
committer | david wei <david.wei@intel.com> | 2016-10-27 14:31:55 +0800 |
commit | 2e182e30e5712cbd39ed6f851e5fd00f9bfef7dc (patch) | |
tree | 58775bebf5f361368db31afcf0fa7e4ee46c3010 /Vlv2TbltDevicePkg/PlatformGopPolicy | |
parent | 04d8d8835e87155f2c50ab39225bae504dee2c5d (diff) | |
download | edk2-platforms-2e182e30e5712cbd39ed6f851e5fd00f9bfef7dc.tar.xz |
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>
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformGopPolicy')
-rw-r--r-- | Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c index 3ad6b57232..035f7b520f 100644 --- a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c +++ b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c @@ -33,7 +33,7 @@ PLATFORM_GOP_POLICY_PROTOCOL mPlatformGOPPolicy; //
/**
- The function will excute with as the platform policy, and gives
+ The function will execute with as the platform policy, and gives
the Platform Lid Status. IBV/OEM can customize this code for their specific
policy action.
@@ -54,7 +54,7 @@ GetPlatformLidStatus ( }
/**
- The function will excute and gives the Video Bios Table Size and Address.
+ The function will execute and gives the Video Bios Table Size and Address.
@param VbtAddress Gives the Physical Address of Video BIOS Table
|