aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2021-04-24 17:30:45 +0200
committerAlessio Vanni <vannilla@firemail.cc>2021-04-24 17:30:45 +0200
commitb996ba4156678b6a0a551b9a932867b2ade42344 (patch)
treeb03c302dddcccae0c0a3f76898617b83b1157528 /src/gnsrecord
parent8233e282046e27de57de75f175e131a974087618 (diff)
downloadgnunet-b996ba4156678b6a0a551b9a932867b2ade42344.tar.gz
gnunet-b996ba4156678b6a0a551b9a932867b2ade42344.zip
-Fix several incorrect uses of `i.e.'
With some other changes to sentences here and there as I found appropriate.
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/gnsrecord.c4
-rw-r--r--src/gnsrecord/plugin_gnsrecord_dns.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gnsrecord/gnsrecord.c b/src/gnsrecord/gnsrecord.c
index 31749a629..e9994a868 100644
--- a/src/gnsrecord/gnsrecord.c
+++ b/src/gnsrecord/gnsrecord.c
@@ -208,7 +208,7 @@ GNUNET_GNSRECORD_string_to_value (uint32_t type,
208 208
209 209
210/** 210/**
211 * Convert a type name (i.e. "AAAA") to the corresponding number. 211 * Convert a type name (e.g "AAAA") to the corresponding number.
212 * 212 *
213 * @param dns_typename name to convert 213 * @param dns_typename name to convert
214 * @return corresponding number, UINT32_MAX on error 214 * @return corresponding number, UINT32_MAX on error
@@ -235,7 +235,7 @@ GNUNET_GNSRECORD_typename_to_number (const char *dns_typename)
235 235
236 236
237/** 237/**
238 * Convert a type number (i.e. 1) to the corresponding type string (i.e. "A") 238 * Convert a type number to the corresponding type string (e.g. 1 to "A")
239 * 239 *
240 * @param type number of a type to convert 240 * @param type number of a type to convert
241 * @return corresponding typestring, NULL on error 241 * @return corresponding typestring, NULL on error
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