aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.c b/conf.c
index a995eb7..b07d661 100644
--- a/conf.c
+++ b/conf.c
@@ -112,9 +112,9 @@ static int get_bound_ports_ns(void *arg)
* @s: String to search
* @c: Delimiter character
*
- * Returns: If another @c is found in @s, returns a pointer to the
- * character *after* the delimiter, if no further @c is in
- * @s, return NULL
+ * Return: If another @c is found in @s, returns a pointer to the
+ * character *after* the delimiter, if no further @c is in @s,
+ * return NULL
*/
static char *next_chunk(const char *s, char c)
{