aboutsummaryrefslogtreecommitdiff
path: root/src/abd/plugin_gnsrecord_abd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/abd/plugin_gnsrecord_abd.c')
-rw-r--r--src/abd/plugin_gnsrecord_abd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abd/plugin_gnsrecord_abd.c b/src/abd/plugin_gnsrecord_abd.c
index 272872e24..25dc20152 100644
--- a/src/abd/plugin_gnsrecord_abd.c
+++ b/src/abd/plugin_gnsrecord_abd.c
@@ -276,7 +276,7 @@ static struct
276 276
277 277
278/** 278/**
279 * Convert a type name (i.e. "AAAA") to the corresponding number. 279 * Convert a type name (e.g. "AAAA") to the corresponding number.
280 * 280 *
281 * @param cls closure, unused 281 * @param cls closure, unused
282 * @param gns_typename name to convert 282 * @param gns_typename name to convert
@@ -296,7 +296,7 @@ abd_typename_to_number (void *cls, const char *gns_typename)
296 296
297 297
298/** 298/**
299 * Convert a type number (i.e. 1) to the corresponding type string (i.e. "A") 299 * Convert a type number to the corresponding type string (e.g. 1 to "A")
300 * 300 *
301 * @param cls closure, unused 301 * @param cls closure, unused
302 * @param type number of a type to convert 302 * @param type number of a type to convert