From 553cd236f26268887130b20fe664e41088d01a48 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 4 May 2018 16:38:10 -0600 Subject: [PATCH] Fusee: fix typo --- fusee/fusee-primary/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fusee/fusee-primary/src/main.c b/fusee/fusee-primary/src/main.c index a90097b8e..ce690aea5 100644 --- a/fusee/fusee-primary/src/main.c +++ b/fusee/fusee-primary/src/main.c @@ -86,7 +86,7 @@ int main(void) { printk("Using color linear framebuffer at 0x%p!\n", lfb_base); #ifndef I_KNOW_WHAT_I_AM_DOING -#error "Fusee is a work-in-progrses bootloader, and is not ready for usage yet. If you want to play with it anyway, please #define I_KNOW_WHAT_I_AM_DOING -- and recognize that we will be unable to provide support until it is ready for general usage :)" +#error "Fusee is a work-in-progress bootloader, and is not ready for usage yet. If you want to play with it anyway, please #define I_KNOW_WHAT_I_AM_DOING -- and recognize that we will be unable to provide support until it is ready for general usage :)" printk("Warning: Fus\e9e is not yet completed, and not ready for general testing!\n"); printk("Please do not seek support for it until it is done.\n");