Skip to content

Commit 23e0e78

Browse files
committed
fix: typo
1 parent 8329e9a commit 23e0e78

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
@@ -450,7 +450,7 @@ static int mount_filesystems()
450450
symlink("/proc/self/fd", "/dev/fd");
451451

452452
/* Process /etc/fstab to mount additional filesystems, including virtiofs shares */
453-
system("/bin/mount -a")
453+
system("/bin/mount -a");
454454

455455
return 0;
456456
}

0 commit comments

Comments
 (0)