summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:09:29 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:09:29 +0900
commit7802194ac0286c75e39f74a1624764eb2aa0fd7a (patch)
treea735c8ceb30419e39d9e36420cecde5f45e7187b /src/nspawn/nspawn.c
parent9868493e174c3d32b78318170bc98622c0c48f0b (diff)
downloadsystemd-7802194ac0286c75e39f74a1624764eb2aa0fd7a.tar.gz
tree-wide: add missing whitespace at the end of comments
Diffstat (limited to 'src/nspawn/nspawn.c')
-rw-r--r--src/nspawn/nspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 21aa4f246f..c0a1da3851 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -3688,7 +3688,7 @@ static int outer_child(
* --volatile=) without this interfering with our ability to access files such as
* /etc/localtime to copy into the container. Note that we use a fixed place for this
* (instead of a temporary directory, since we are living in our own mount namspace here
- * already, and thus don't need to be afraid of colliding with anyone else's mounts).*/
+ * already, and thus don't need to be afraid of colliding with anyone else's mounts). */
(void) mkdir_p("/run/systemd/nspawn-root", 0755);
r = mount_nofollow_verbose(LOG_ERR, "/", "/run/systemd/nspawn-root", NULL, MS_BIND|MS_REC, NULL);