]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/install.c
Merge pull request #29193 from keszybz/path-util-adjustment
[thirdparty/systemd.git] / src / shared / install.c
index 3186444d2f19b1b2d9d719bd4a8164bb6272a2c5..ba3be0e99d0460d50948ed49c8b2c92f24ae01ad 100644 (file)
@@ -2327,7 +2327,7 @@ int unit_file_unmask(
                 if (!unit_name_is_valid(*name, UNIT_NAME_ANY))
                         return -EINVAL;
 
-                /* If root_dir is set, we don't care about kernel commandline or generators.
+                /* If root_dir is set, we don't care about kernel command line or generators.
                  * But if it is not set, we need to check for interference. */
                 if (!root_dir) {
                         _cleanup_(install_info_clear) InstallInfo info = {