]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/namespace.c
Merge pull request #16338 from keszybz/spelling2
[thirdparty/systemd.git] / src / core / namespace.c
index 785a46947895647a81e6a7678d23bd90ee8fd72f..93e077ce6fb7ce1d8d6d69b0fda4987caaaa05d4 100644 (file)
@@ -747,7 +747,7 @@ static int mount_private_dev(MountEntry *m) {
 
         NULSTR_FOREACH(d, devnodes) {
                 r = clone_device_node(d, temporary_mount, &can_mknod);
-                /* ENXIO means the the *source* is not a device file, skip creation in that case */
+                /* ENXIO means the *source* is not a device file, skip creation in that case */
                 if (r < 0 && r != -ENXIO)
                         goto fail;
         }