From fe9b542b1f14dc798797db6f0cfb25fc096168f7 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Tue, 17 May 2016 11:29:14 -0700 Subject: [PATCH] UPSTREAM: soc/intel/quark: Fix spelling error Change Memroy to Memory in comment. TEST=None Change-Id: Ic57fcf962be6a302dcd7b52b9256a182577e734b Original-Signed-off-by: Lee Leahy Original-Reviewed-on: https://review.coreboot.org/14881 Original-Reviewed-by: Martin Roth (cherry-picked from commit 5d9f5ff910a61d59b73fadb586ff1268ba41c9f3) Signed-off-by: Martin Roth Reviewed-on: https://chromium-review.googlesource.com/346613 Reviewed-by: Aaron Durbin --- src/soc/intel/quark/include/soc/pci_devs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -/* 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 */