Skip to content

Commit ed7ff79

Browse files
committed
fix: typo
1 parent 37662ee commit ed7ff79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ static int mount_filesystems()
449449
symlink("/proc/self/fd", "/dev/fd");
450450

451451
/* Process /etc/fstab to mount additional filesystems, including virtiofs shares */
452-
system("/bin/mount -a")
452+
system("/bin/mount -a");
453453

454454
return 0;
455455
}

0 commit comments

Comments
 (0)