[coreboot-gerrit] New patch to review for coreboot: soc/intel/quark: Fix spelling error

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Tue May 17 20:37:30 CEST 2016


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14881

-gerrit

commit 9f8b2c07fea4fbc051bf5c09519dc568e9b852e6
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Tue May 17 11:29:14 2016 -0700

    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 at intel.com>
---
 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 4bf71ac..02e2c32 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 */



More information about the coreboot-gerrit mailing list