aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/plugin_gnsrecord_dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnsrecord/plugin_gnsrecord_dns.c')
-rw-r--r--src/gnsrecord/plugin_gnsrecord_dns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnsrecord/plugin_gnsrecord_dns.c b/src/gnsrecord/plugin_gnsrecord_dns.c
index bde9944e2..123c59905 100644
--- a/src/gnsrecord/plugin_gnsrecord_dns.c
+++ b/src/gnsrecord/plugin_gnsrecord_dns.c
@@ -735,7 +735,7 @@ static struct
735 735
736 736
737/** 737/**
738 * Convert a type name (i.e. "AAAA") to the corresponding number. 738 * Convert a type name (e.g. "AAAA") to the corresponding number.
739 * 739 *
740 * @param cls closure, unused 740 * @param cls closure, unused
741 * @param dns_typename name to convert 741 * @param dns_typename name to convert
@@ -755,7 +755,7 @@ dns_typename_to_number (void *cls, const char *dns_typename)
755 755
756 756
757/** 757/**
758 * Convert a type number (i.e. 1) to the corresponding type string (i.e. "A") 758 * Convert a type number to the corresponding type string (e.g. 1 to "A")
759 * 759 *
760 * @param cls closure, unused 760 * @param cls closure, unused
761 * @param type number of a type to convert 761 * @param type number of a type to convert