summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/PlatformSetupDxe
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:38 +0800
committerdavid wei <david.wei@intel.com>2016-10-27 14:31:55 +0800
commit2e182e30e5712cbd39ed6f851e5fd00f9bfef7dc (patch)
tree58775bebf5f361368db31afcf0fa7e4ee46c3010 /Vlv2TbltDevicePkg/PlatformSetupDxe
parent04d8d8835e87155f2c50ab39225bae504dee2c5d (diff)
downloadedk2-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/PlatformSetupDxe')
-rw-r--r--Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c
index de7830ffe8..47ede35892 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c
@@ -126,7 +126,7 @@ LoadLpssDefaultValues (
)
{
//
- // Load LPSS and SCC defalut configurations for Android
+ // Load LPSS and SCC default configurations for Android
//
Private->FakeNvData.LpsseMMCEnabled = FALSE;
Private->FakeNvData.LpssSdioEnabled = TRUE;
@@ -780,7 +780,7 @@ SystemConfigCallback (
/**
- The driver Entry Point. The funciton will export a disk device class formset and
+ The driver Entry Point. The function will export a disk device class formset and
its callback function to hii database.
@param ImageHandle The firmware allocated handle for the EFI image.