This commit is contained in:
Baptiste Wicht 2018-03-14 13:50:49 +01:00
parent 560a609d52
commit 5cfd1705eb

View File

@ -60,7 +60,7 @@ void make_ram_disk(){
auto* descriptor = ramdisk::make_disk(1024 * 1024); //1MiB
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;
}