Fix typo in mPGA603 socket

Change-Id: I7a49d5fc13fb605a47c3c1662758ebd5935e7780
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/1564
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Kyösti Mälkki 2012-10-07 14:56:22 +02:00 committed by Patrick Georgi
parent 02790369ff
commit e5fe3acb5a
1 changed files with 1 additions and 1 deletions

View File

@ -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")
};