This commit is contained in:
bjorn3
2024-07-22 16:47:35 +02:00
parent d3ccba0943
commit e0855d0cb6
+1 -1
View File
@@ -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();