[CRIU] [PATCH 1/3] fix typo
Tycho Andersen
tycho.andersen at canonical.com
Thu May 5 13:56:56 PDT 2016
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
criu/mount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/mount.c b/criu/mount.c
index 8f4e265..4a989bf 100644
--- a/criu/mount.c
+++ b/criu/mount.c
@@ -2285,7 +2285,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;
--
2.7.4
More information about the CRIU
mailing list