aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2020-12-26 22:07:14 +0300
committerEvgeny Zinoviev <me@ch1p.io>2020-12-26 22:07:14 +0300
commitfb47acbdf15d3f424006f9ff409f67fede4bdbc5 (patch)
tree7023fff9ff94fdcff906055af1037dedb6c59b8a
parent9ca3a2b64014a8c9caf7a2cceec794241fdf77df (diff)
comment fix
-rw-r--r--voidnsrun.c2
1 files changed, 1 insertions, 1 deletions
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));*/