1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-30 19:03:24 +01:00

Merge pull request #216 from ThatNerdyPikachu/patch-1

fix typo in thermosphere
This commit is contained in:
hexkyz 2018-10-05 19:01:53 +01:00 committed by GitHub
commit 9ac1d283b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!");
}