aboutsummaryrefslogtreecommitdiff
path: root/src/gns/plugin_gnsrecord_gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/plugin_gnsrecord_gns.c')
-rw-r--r--src/gns/plugin_gnsrecord_gns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/plugin_gnsrecord_gns.c b/src/gns/plugin_gnsrecord_gns.c
index a2ad0b905..391144925 100644
--- a/src/gns/plugin_gnsrecord_gns.c
+++ b/src/gns/plugin_gnsrecord_gns.c
@@ -327,7 +327,7 @@ static struct
327 327
328 328
329/** 329/**
330 * Convert a type name (i.e. "AAAA") to the corresponding number. 330 * Convert a type name (e.g. "AAAA") to the corresponding number.
331 * 331 *
332 * @param cls closure, unused 332 * @param cls closure, unused
333 * @param gns_typename name to convert 333 * @param gns_typename name to convert
@@ -347,7 +347,7 @@ gns_typename_to_number (void *cls, const char *gns_typename)
347 347
348 348
349/** 349/**
350 * Convert a type number (i.e. 1) to the corresponding type string (i.e. "A") 350 * Convert a type number to the corresponding type string (e.g. 1 to "A")
351 * 351 *
352 * @param cls closure, unused 352 * @param cls closure, unused
353 * @param type number of a type to convert 353 * @param type number of a type to convert