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/BootScriptSaveDxe | |
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/BootScriptSaveDxe')
-rw-r--r-- | Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c b/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c index 55f758c573..af7b9680b6 100644 --- a/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c +++ b/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c @@ -251,7 +251,7 @@ BootScriptPciCfg2ReadWrite ( }
/**
- Internal function to add smbus excute opcode to the table.
+ Internal function to add smbus execute opcode to the table.
@param Marker The variable argument list to get the opcode
and associated attributes.
|