diff options
author | Peter Jones <pjones@redhat.com> | 2014-11-26 01:22:15 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2014-11-26 01:22:15 +0000 |
commit | 59e4c8e2bde4c25a8e3ea6916b0bfa9f77025e31 (patch) | |
tree | 775f4183d3bbef9ac75495191c844cdbf91d4294 | |
parent | 59febea1f5390c9cc2b3199f1a0be7c39f7bb203 (diff) | |
download | edk2-59e4c8e2bde4c25a8e3ea6916b0bfa9f77025e31.tar.gz edk2-59e4c8e2bde4c25a8e3ea6916b0bfa9f77025e31.tar.bz2 edk2-59e4c8e2bde4c25a8e3ea6916b0bfa9f77025e31.zip |
EdkCompatibilityPkg: Make this field name match the name in the spec.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Peter Jones <pjones@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16446 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h index 17b086450d..137359f5fd 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h @@ -891,7 +891,7 @@ EFI_STATUS (EFIAPI *EFI_QUERY_CAPSULE_CAPABILITIES) (
IN EFI_CAPSULE_HEADER **CapsuleHeaderArray,
IN UINTN CapsuleCount,
- OUT UINT64 *MaxiumCapsuleSize,
+ OUT UINT64 *MaximumCapsuleSize,
OUT EFI_RESET_TYPE *ResetType
);
|