summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-02-28 12:08:51 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-02-28 12:08:51 +0100
commit00ca49422b78e5899c623c3827d4d75682933242 (patch)
tree28b45a9386dadf1aa98e84a1a12f89651fe1f84d
parentdd7a6c511277e08106e7d88f465b748d6165a61f (diff)
downloadefl-00ca49422b78e5899c623c3827d4d75682933242.tar.gz
doxygen: fix missing @p tag
-rw-r--r--src/lib/evil/evil_locale.h2
1 files changed, 1 insertions, 1 deletions
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 <language>_<country> 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.