]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/exec-credential: update comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 May 2024 06:57:55 +0000 (15:57 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 May 2024 06:58:20 +0000 (15:58 +0900)
src/core/exec-credential.c

index ad4398021649a8fbc01710ce06b6fa1361792fec..1dbf70930e8a0cdc26a5e419563c8fe3d0a22de0 100644 (file)
@@ -949,8 +949,8 @@ int exec_setup_credentials(
         if (!params->prefix[EXEC_DIRECTORY_RUNTIME])
                 return -EINVAL;
 
-        /* This where we'll place stuff when we are done; this main credentials directory is world-readable,
-         * and the subdir we mount over with a read-only file system readable by the service's user */
+        /* This is where we'll place stuff when we are done; the main credentials directory is world-readable,
+         * and the subdir we mount over with a read-only file system readable by the service's user. */
         q = path_join(params->prefix[EXEC_DIRECTORY_RUNTIME], "credentials");
         if (!q)
                 return -ENOMEM;