[coreboot] New patch to review for coreboot: f3eb6a9 Fix typo in mPGA603 socket

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sun Oct 7 15:10:14 CEST 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1564

-gerrit

commit f3eb6a951e47d12511cb50fb33a69b6d63bc96b7
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Sun Oct 7 14:56:22 2012 +0200

    Fix typo in mPGA603 socket
    
    Change-Id: I7a49d5fc13fb605a47c3c1662758ebd5935e7780
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c b/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c
index f5a1535..f5f8e5b 100644
--- a/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c
+++ b/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c
@@ -1,6 +1,6 @@
 #include <device/device.h>
 
 
-struct chip_opertations cpu_intel_socket_mPGA603_ops = {
+struct chip_operations cpu_intel_socket_mPGA603_ops = {
 	CHIP_NAME("Socket mPGA603 400Mhz CPU")
 };




More information about the coreboot mailing list