diff --git a/src/lib/evil/evil_locale.h b/src/lib/evil/evil_locale.h index 4bf14ec499..6b12428428 100644 --- a/src/lib/evil/evil_locale.h +++ b/src/lib/evil/evil_locale.h @@ -39,7 +39,7 @@ * setlocale() function. If @p category is #LC_MESSAGES, then if @p locale * is not @c NULL, errno is set to EINVAL and @c NULL is returned, otherwise * the string _ is returned. This string is a static buffer - * and must not be freed. It will also be rewritten each time @category is + * and must not be freed. It will also be rewritten each time @p category is * #LC_MESSAGES and @p locale is @c NULL. * * Conformity: Non applicable.