diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2016-05-17 11:29:14 -0700 |
---|---|---|
committer | Leroy P Leahy <leroy.p.leahy@intel.com> | 2016-05-17 23:32:33 +0200 |
commit | 5d9f5ff910a61d59b73fadb586ff1268ba41c9f3 (patch) | |
tree | 821dac81f2e9f32b4cda43172ddaf9f9700c6a66 /src/soc | |
parent | 3f0fe68c4b29dd279d0169cda715c64e3000f963 (diff) | |
download | coreboot-5d9f5ff910a61d59b73fadb586ff1268ba41c9f3.tar.xz |
soc/intel/quark: Fix spelling error
Change Memroy to Memory in comment.
TEST=None
Change-Id: Ic57fcf962be6a302dcd7b52b9256a182577e734b
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/14881
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/quark/include/soc/pci_devs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/quark/include/soc/pci_devs.h b/src/soc/intel/quark/include/soc/pci_devs.h index 4bf71acd3e..02e2c32be4 100644 --- a/src/soc/intel/quark/include/soc/pci_devs.h +++ b/src/soc/intel/quark/include/soc/pci_devs.h @@ -22,7 +22,7 @@ #include <device/pci.h> #include <soc/QuarkNcSocId.h> -/* DEVICE 0 (Memroy Controller Hub) */ +/* DEVICE 0 (Memory Controller Hub) */ #define MC_BDF PCI_DEV(PCI_BUS_NUMBER_QNC, MC_DEV, MC_FUN) /* Device IDs */ |