mainboard/google/slippy: Fix misspelled ifdef guard

Change-Id: Ie8347a3eccce51de3e938d0c3c170e59a9f74716
Signed-off-by: Ryan Salsamendi <rsalsamendi@hotmail.com>
Reviewed-on: https://review.coreboot.org/20442
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Ryan Salsamendi 2017-06-30 16:57:30 -07:00 committed by Martin Roth
parent ab85e2b816
commit 0c731b512a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
*/
#ifndef VARIANT_H
#define VARAINT_H
#define VARIANT_H
void variant_romstage_entry(unsigned long bist);