From c2f4bcfcc10115179d518671bbb897d28fc56eac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 3 Dec 2018 23:54:20 +0100 Subject: [PATCH] shared/generator: reword comment for clarity --- src/shared/generator.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/shared/generator.c b/src/shared/generator.c index 13591ac8924..0adaaf2c567 100644 --- a/src/shared/generator.c +++ b/src/shared/generator.c @@ -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; -- 2.47.3