Change in coreboot[master]: mainboard/google/slippy: Fix misspelled ifdef guard.

Ryan Salsamendi has uploaded this change for review. ( https://review.coreboot.org/20442 Change subject: mainboard/google/slippy: Fix misspelled ifdef guard. ...................................................................... mainboard/google/slippy: Fix misspelled ifdef guard. Change-Id: Ie8347a3eccce51de3e938d0c3c170e59a9f74716 Signed-off-by: Ryan Salsamendi <rsalsamendi@hotmail.com> --- M src/mainboard/google/slippy/variant.h 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/20442/1 diff --git a/src/mainboard/google/slippy/variant.h b/src/mainboard/google/slippy/variant.h index fe8b5e1..eec024e 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); -- To view, visit https://review.coreboot.org/20442 To unsubscribe, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie8347a3eccce51de3e938d0c3c170e59a9f74716 Gerrit-Change-Number: 20442 Gerrit-PatchSet: 1 Gerrit-Owner: Ryan Salsamendi <rsalsamendi@hotmail.com>
participants (1)
-
Ryan Salsamendi (Code Review)