ShellPkg: fix typo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Bobzin (jeff.bobzin@insyde.com) 
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15696 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jeff Bobzin (jeff.bobzin
2014-07-28 16:58:34 +00:00
committed by jcarsey
parent 4e1005eca7
commit 2412c2978e
2 changed files with 33 additions and 33 deletions

View File

@@ -453,10 +453,10 @@ typedef struct {
UINT32 SlotCap;
UINT16 SlotControl;
UINT16 SlotStatus;
UINT16 RsvdP;
UINT16 RootControl;
UINT16 RsvdP;
UINT32 RootStatus;
} PCIE_CAP_STURCTURE;
} PCIE_CAP_STRUCTURE;
#pragma pack()