mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-11 13:35:03 -04:00
Fix typo
This commit is contained in:
parent
560a609d52
commit
5cfd1705eb
@ -60,7 +60,7 @@ void make_ram_disk(){
|
|||||||
auto* descriptor = ramdisk::make_disk(1024 * 1024); //1MiB
|
auto* descriptor = ramdisk::make_disk(1024 * 1024); //1MiB
|
||||||
|
|
||||||
if(!descriptor){
|
if(!descriptor){
|
||||||
logging::logf(logging::log_level::ERROR, "disks: failed to created /dev/ram0");
|
logging::logf(logging::log_level::ERROR, "disks: failed to create /dev/ram0");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user