aboutsummaryrefslogtreecommitdiff
path: root/util/data/dname.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/data/dname.h')
-rw-r--r--util/data/dname.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/data/dname.h b/util/data/dname.h
index e37c11822b36..cb0f6735d924 100644
--- a/util/data/dname.h
+++ b/util/data/dname.h
@@ -261,7 +261,7 @@ int dname_is_root(uint8_t* dname);
* Snip off first label from a dname, returning the parent zone.
* @param dname: from what to strip off. uncompressed wireformat.
* @param len: length, adjusted to become less.
- * @return stripped off, or "." if input was ".".
+ * return stripped off, or "." if input was ".".
*/
void dname_remove_label(uint8_t** dname, size_t* len);
@@ -271,7 +271,7 @@ void dname_remove_label(uint8_t** dname, size_t* len);
* @param len: length, adjusted to become less.
* @param n: number of labels to strip off (from the left).
* if 0, nothing happens.
- * @return stripped off, or "." if input was ".".
+ * return stripped off, or "." if input was ".".
*/
void dname_remove_labels(uint8_t** dname, size_t* len, int n);