EdkCompatibilityPkg: Fix typos in comments

- excute -> execute
- Pacakges -> Packages
- successfull -> successfully
- outputed -> outputted
- triggerred -> triggered
- specifiecd -> specified
- hexidecimal -> hexadecimal
- Arrary -> Array
- Pointion -> Position
- paramter -> parameter
- stardard -> standard
- perodically -> periodically
- dependecy -> dependency
- evauated -> evaluated
- availible -> available
- boundry -> boundary
- discontiguous -> discontinuous

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>
This commit is contained in:
Gary Lin
2016-10-19 15:01:12 +08:00
committed by Liming Gao
parent c4260115f0
commit 4fc0be8705
31 changed files with 47 additions and 47 deletions

View File

@@ -201,7 +201,7 @@ EFI_STATUS
Handle - An array of EFI_HII_HANDLE instances returned.
Returns:
EFI_SUCCESS - The matching handles are outputed successfully.
EFI_SUCCESS - The matching handles are outputted successfully.
HandleBufferLength is updated with the actual length.
EFI_BUFFER_TO_SMALL - The HandleBufferLength parameter indicates that
Handle is too small to support the number of handles.
@@ -248,7 +248,7 @@ EFI_STATUS
is too small to support the number of handles.
HandleBufferLength is updated with a value that will
enable the data to fit.
EFI_NOT_FOUND - The specifiecd Handle could not be found in the current
EFI_NOT_FOUND - The specified Handle could not be found in the current
database.
EFI_INVALID_PARAMETER - Handle or Buffer or BufferSize was NULL.