From c7730d31ff3752750890ab8494c989f1bb3742a3 Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Sat, 29 Sep 2018 18:48:06 -0400 Subject: [PATCH] fix thermo typo --- thermosphere/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermosphere/src/main.c b/thermosphere/src/main.c index fed8e0f69..ea4a1219c 100644 --- a/thermosphere/src/main.c +++ b/thermosphere/src/main.c @@ -141,5 +141,5 @@ void main_el1(void * fdt) } // If we've made it here, we failed to boot, and we can't recover. - panic("We should launch Horizon, here!"); + panic("We should launch Horizon here!"); }