aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_util.h')
-rw-r--r--src/parse_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_util.h b/src/parse_util.h
index 92a1e939..98caaea8 100644
--- a/src/parse_util.h
+++ b/src/parse_util.h
@@ -113,7 +113,7 @@ bool parse_util_argument_is_help(const wchar_t *s, int min_match);
/// \param quote If not NULL, store the type of quote this parameter has, can be either ', " or \\0,
/// meaning the string is not quoted.
/// \param offset If not NULL, get_param will store the offset to the beginning of the parameter.
-/// \param type If not NULL, get_param will store the token type.
+/// \param out_type If not NULL, get_param will store the token type.
void parse_util_get_parameter_info(const wcstring &cmd, const size_t pos, wchar_t *quote,
size_t *offset, enum token_type *out_type);