Fix typo
This commit is contained in:
@@ -182,7 +182,7 @@ pub unsafe extern "C" fn kstart(args_ptr: *const KernelArgs) -> ! {
|
||||
#[cfg(feature = "profiling")]
|
||||
crate::profiling::init();
|
||||
|
||||
// Set up double buffer for grpahical debug now that heap is available
|
||||
// Set up double buffer for graphical debug now that heap is available
|
||||
#[cfg(feature = "graphical_debug")]
|
||||
graphical_debug::init_heap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user