summaryrefslogtreecommitdiff
path: root/include/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/search.h')
-rw-r--r--include/search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/search.h b/include/search.h
index d0bb44388e..7faf23f4ac 100644
--- a/include/search.h
+++ b/include/search.h
@@ -86,7 +86,7 @@ int hmatch_r(const char *match, int last_idx, struct env_entry **retval,
* @key: Name of entry to delete
* @htab: Hash table
* @flag: Flags to use (H_...)
- * @return 0 on success, -ENOENT if not found, -EPERM if the hash table callback
+ * Return: 0 on success, -ENOENT if not found, -EPERM if the hash table callback
* rejected changing the variable, -EINVAL if the hash table refused to
* delete the variable
*/