[CRIU] [PATCH v2 1/3] fix typo

Tycho Andersen tycho.andersen at canonical.com
Tue May 10 14:15:31 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 fc584bf..4d37260 100644
--- a/criu/mount.c
+++ b/criu/mount.c
@@ -2292,7 +2292,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