diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:27 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-10-21 16:40:51 +0800 |
commit | a750b4ae24ce072f7c5ced1b89c18f9cc23debc8 (patch) | |
tree | 3135ce026bf023079957a15f2dfff1fc92be5418 /MdePkg/Library/DxePciSegmentLibEsal | |
parent | 4fc0be870536f34344eb07083acfc901ab4dcd1b (diff) | |
download | edk2-platforms-a750b4ae24ce072f7c5ced1b89c18f9cc23debc8.tar.xz |
MdePkg: Fix typos in comments
- Resuts -> Results
- outputed -> outputted
- specifiecd -> specified
- TURE -> TRUE
- specifed -> specified
- Pointion -> Position
- Arrary -> Array
- elasped -> elapsed
- paramter -> parameter
- Sumbit -> Submit
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Library/DxePciSegmentLibEsal')
-rw-r--r-- | MdePkg/Library/DxePciSegmentLibEsal/PciLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxePciSegmentLibEsal/PciLib.c b/MdePkg/Library/DxePciSegmentLibEsal/PciLib.c index 07ddd8fd0a..fe0fb8b624 100644 --- a/MdePkg/Library/DxePciSegmentLibEsal/PciLib.c +++ b/MdePkg/Library/DxePciSegmentLibEsal/PciLib.c @@ -124,7 +124,7 @@ DxePciSegmentLibEsalReadWorker ( This function wraps EsalPciConfigWrite function of Extended SAL PCI
Services Class.
It writes the PCI configuration register specified by Address with the
- value specified by Data. The width of data is specifed by Width.
+ value specified by Data. The width of data is specified by Width.
Data is returned.
@param Address Address that encodes the PCI Bus, Device, Function and
|