mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 11:41:43 +00:00
Merge pull request #216 from ThatNerdyPikachu/patch-1
fix typo in thermosphere
This commit is contained in:
commit
9ac1d283b4
1 changed files with 1 additions and 1 deletions
|
@ -141,5 +141,5 @@ void main_el1(void * fdt)
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we've made it here, we failed to boot, and we can't recover.
|
// 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!");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue