Skip to content

Commit

Permalink
EdkCompatibilityPkg: Make this field name match the name in the spec.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vathpela authored and lgao4 committed Nov 26, 2014
1 parent 59febea commit 59e4c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EdkCompatibilityPkg/Foundation/Efi/Include/EfiApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

Expand Down

0 comments on commit 59e4c8e

Please sign in to comment.