]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared/generator: reword comment for clarity 11038/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Dec 2018 22:54:20 +0000 (23:54 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Dec 2018 22:55:29 +0000 (23:55 +0100)
src/shared/generator.c

index 13591ac892466d744029d1fadc2e9ec2ca700b52..0adaaf2c5671d161fe43d9174b16a6db02490388 100644 (file)
@@ -197,10 +197,9 @@ int generator_write_timeouts(
                 const char *opts,
                 char **filtered) {
 
-        /* Allow configuration how long we wait for a device that
-         * backs a mount point to show up. This is useful to support
-         * endless device timeouts for devices that show up only after
-         * user input, like crypto devices. */
+        /* Configure how long we wait for a device that backs a mount point or a
+         * swap partition to show up. This is useful to support endless device timeouts
+         * for devices that show up only after user input, like crypto devices. */
 
         _cleanup_free_ char *node = NULL, *unit = NULL, *timeout = NULL;
         usec_t u;