Commit f59267f3 authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov
parent 9a22d3df
......@@ -2318,7 +2318,7 @@ static int do_new_mount(struct mount_info *mi)
if (!src)
return -1;
/* Merge superblock and mount flags if it's posiable */
/* Merge superblock and mount flags if it's possible */
if (!(mflags & ~MS_MNT_KNOWN_FLAGS) && !((sflags ^ mflags) & MS_RDONLY)) {
sflags |= mflags;
mflags = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment