aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Salsamendi <rsalsamendi@hotmail.com>2017-06-30 16:57:30 -0700
committerMartin Roth <martinroth@google.com>2017-07-02 18:54:30 +0000
commit0c731b512a6adf3aa9ecee5e89b6514e75ed6653 (patch)
treec3502945aa181d79ca0fad5538166343e56b32c6 /src
parentab85e2b8166649954e3e861561fba17631c986e9 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/slippy/variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/variant.h b/src/mainboard/google/slippy/variant.h
index fe8b5e15a5..eec024ed0e 100644
--- a/src/mainboard/google/slippy/variant.h
+++ b/src/mainboard/google/slippy/variant.h
@@ -14,7 +14,7 @@
*/
#ifndef VARIANT_H
-#define VARAINT_H
+#define VARIANT_H
void variant_romstage_entry(unsigned long bist);