summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h
diff options
context:
space:
mode:
authorJeff Bobzin (jeff.bobzin <Jeff Bobzin (jeff.bobzin@insyde.com)>2014-07-28 16:58:34 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2014-07-28 16:58:34 +0000
commit2412c2978ea5735035f1a2e6bfb845a620ee022e (patch)
tree7c8041c155baa59744bb5d42ddd02e64cfd6eaf8 /ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h
parent4e1005eca7186cbe61aaae09108f6fdf29959f22 (diff)
downloadedk2-platforms-2412c2978ea5735035f1a2e6bfb845a620ee022e.tar.xz
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
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h
index 8a053ab981..1b06154842 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h
@@ -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()