aboutsummaryrefslogtreecommitdiff
path: root/voidnsrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'voidnsrun.c')
-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));*/