From: Stefan Schweter Date: Wed, 25 Jan 2017 02:45:30 +0000 (+0100) Subject: tree-wide: remove consecutive duplicate words in comments (#5148) X-Git-Tag: v233.3~89 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c2f717512f40c277ef97b9ee2d2c83d9a963680a;hp=8d57307c9c00a5d699020ab6634a4b10b3c3e87c tree-wide: remove consecutive duplicate words in comments (#5148) --- diff --git a/src/basic/proc-cmdline.c b/src/basic/proc-cmdline.c index d0146cae6..895e21570 100644 --- a/src/basic/proc-cmdline.c +++ b/src/basic/proc-cmdline.c @@ -148,7 +148,7 @@ int proc_cmdline_get_key(const char *key, unsigned flags, char **value) { * a) The "value" parameter is used. In this case a parameter beginning with the "key" string followed by "=" * is searched, and the value following this is returned in "value". * - * b) as above, but the PROC_CMDLINE_VALUE_OPTIONAL flag is set. In this case if the the key is found as a + * b) as above, but the PROC_CMDLINE_VALUE_OPTIONAL flag is set. In this case if the key is found as a * separate word (i.e. not followed by "=" but instead by whitespace or the end of the command line), then * this is also accepted, and "value" is returned as NULL. *