Fix Typo. (and why is that file, and some of its siblings per-board?)
authorPatrick Georgi <patrick@georgi-clan.de>
Mon, 14 Feb 2011 19:15:36 +0000 (19:15 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Mon, 14 Feb 2011 19:15:36 +0000 (19:15 +0000)
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

src/mainboard/amd/inagua/agesawrapper.c

index 7944a5817904d4a0c41704ee9d66ef7a2e533f97..cbdb23d5ede3b6175c0244f36b5e7ea0bf73f2b6 100644 (file)
@@ -402,7 +402,7 @@ agesawrapper_getlateinitptr (
       return AcpiWheaCmc;
     case PICK_ALIB:
       return AcpiAlib;
-    defaut:
+    default:
       return NULL;
   }
 }