diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2020-12-26 22:07:14 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2020-12-26 22:07:14 +0300 |
commit | fb47acbdf15d3f424006f9ff409f67fede4bdbc5 (patch) | |
tree | 7023fff9ff94fdcff906055af1037dedb6c59b8a | |
parent | 9ca3a2b64014a8c9caf7a2cceec794241fdf77df (diff) |
comment fix
-rw-r--r-- | voidnsrun.c | 2 |
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));*/ |