diff --git a/glib/gregex.c b/glib/gregex.c index 4fd462dbe..576632d0e 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -2618,7 +2618,7 @@ g_regex_replace_literal (const GRegex *regex, /** * g_regex_replace_eval: * @regex: a #GRegex structure from g_regex_new() - * @string (array length=string_len): string to perform matches against + * @string: (array length=string_len): string to perform matches against * @string_len: the length of @string, or -1 if @string is nul-terminated * @start_position: starting index of the string to match * @match_options: options for the match