summaryrefslogtreecommitdiff
path: root/src/basic/proc-cmdline.c
diff options
context:
space:
mode:
authorAsciiWolf <mail@asciiwolf.com>2017-02-24 18:14:02 +0100
committerSven Eden <yamakuzure@gmx.net>2017-07-17 17:58:36 +0200
commita1139e6018cccf1f5987e3b95bc708dae6f53767 (patch)
tree8dad0da21a244e9e62108aa50f07bf8f151ea452 /src/basic/proc-cmdline.c
parenta1002c6e2e7933c03aa4f49bdbce31e246ab589d (diff)
Fix missing space in comments (#5439)
Diffstat (limited to 'src/basic/proc-cmdline.c')
-rw-r--r--src/basic/proc-cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/proc-cmdline.c b/src/basic/proc-cmdline.c
index 895e21570..59a41e7ea 100644
--- a/src/basic/proc-cmdline.c
+++ b/src/basic/proc-cmdline.c
@@ -154,7 +154,7 @@ int proc_cmdline_get_key(const char *key, unsigned flags, char **value) {
*
* c) The "value" parameter is NULL. In this case a search for the exact "key" parameter is performed.
*
- * In all three cases, > 0 is returned if the key is found, 0 if not.*/
+ * In all three cases, > 0 is returned if the key is found, 0 if not. */
if (isempty(key))
return -EINVAL;