From fb47acbdf15d3f424006f9ff409f67fede4bdbc5 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 26 Dec 2020 22:07:14 +0300 Subject: comment fix --- voidnsrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voidnsrun.c b/voidnsrun.c index e895d13..80d6526 100644 --- a/voidnsrun.c +++ b/voidnsrun.c @@ -503,7 +503,7 @@ end: /* This call always fails with EBUSY and I don't know why. * We can safely ignore any errors here (I hope) because * the mount namespace will be destroyed as soon as there - * will be no more processes attached to it. */ + * will be no processes attached to it. */ umount(OLDROOT); /*if (umount(OLDROOT) == -1) ERROR("umount(%s): %s\n", OLDROOT, strerror(errno));*/ -- cgit v1.2.3