aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/rindex.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/strings/rindex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/rindex.c b/src/strings/rindex.c
index 0ab4ed1..3e39a9e 100644
--- a/src/strings/rindex.c
+++ b/src/strings/rindex.c
@@ -24,6 +24,8 @@
* This function is identical to `strrchr`.
*
* This is a deprecated BSD extension.
+ *
+ * @etymology (R)ight-most (index) of character.
*/
char* (rindex)(const char* string, int c)
{