summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-02-15 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-02-15 10:41:03 +0000
commit30fd9a2dabb81cf7b65aba48b684f1178d9fd879 (patch)
tree8aac1819f81a8807177371c2153064dc7a974d75 /src/nspawn
parent8d3473f01d7ccdbc456f56c7797f4d164f5eb7a0 (diff)
downloadsystemd-30fd9a2dabb81cf7b65aba48b684f1178d9fd879.tar.gz
treewide: fix a few typos in NEWS, docs and comments
Diffstat (limited to 'src/nspawn')
-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 3567d034e7..36d336dfc8 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -2516,7 +2516,7 @@ static int setup_kmsg(int fd_inner_socket) {
BLOCK_WITH_UMASK(0000);
- /* We create the kmsg FIFO as as temporary file in /run, but immediately delete it after bind mounting it to
+ /* We create the kmsg FIFO as a temporary file in /run, but immediately delete it after bind mounting it to
* /proc/kmsg. While FIFOs on the reading side behave very similar to /proc/kmsg, their writing side behaves
* differently from /dev/kmsg in that writing blocks when nothing is reading. In order to avoid any problems
* with containers deadlocking due to this we simply make /dev/kmsg unavailable to the container. */