summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Efi
diff options
context:
space:
mode:
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.