Fix Typo. (and why is that file, and some of its siblings per-board?)

Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6353 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2011-02-14 19:15:36 +00:00 committed by Patrick Georgi
parent 69da1b676c
commit 144fe88338
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ agesawrapper_getlateinitptr (
return AcpiWheaCmc;
case PICK_ALIB:
return AcpiAlib;
defaut:
default:
return NULL;
}
}