summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Efi
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:12 +0800
committerLiming Gao <liming.gao@intel.com>2016-10-21 16:40:50 +0800
commit4fc0be870536f34344eb07083acfc901ab4dcd1b (patch)
treed7d76295dd8b7853709d43365d4164e8f846f858 /EdkCompatibilityPkg/Foundation/Efi
parentc4260115f0fcf23d538dc0ac90443ee954c30c6d (diff)
downloadedk2-platforms-4fc0be870536f34344eb07083acfc901ab4dcd1b.tar.xz
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>
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Efi')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
index 026854a32a..81d3b00f2a 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
@@ -262,12 +262,12 @@ typedef struct {
#define EFI_PAGES_TO_SIZE(a) ( (a) << EFI_PAGE_SHIFT)
//
-// ALIGN_POINTER - aligns a pointer to the lowest boundry
+// ALIGN_POINTER - aligns a pointer to the lowest boundary
//
#define ALIGN_POINTER(p, s) ((VOID *) (p + ((s - ((UINTN) p)) & (s - 1))))
//
-// ALIGN_VARIABLE - aligns a variable up to the next natural boundry for int size of a processor
+// ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor
//
#define ALIGN_VARIABLE(Value, Adjustment) \
(UINTN) Adjustment = 0; \
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h
index b319aae973..0db81dd2a3 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h
@@ -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.