aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
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/gns/gnunet-service-gns_resolver.c
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/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 2f8a55804..784a6ee6d 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -418,7 +418,7 @@ struct GNS_ResolverHandle
418 418
419 /** 419 /**
420 * We increment the loop limiter for each step in a recursive 420 * We increment the loop limiter for each step in a recursive
421 * resolution. If it passes our @e loop_threshold (i.e. due to 421 * resolution. If it passes our @e loop_threshold (e.g. due to
422 * self-recursion in the resolution, i.e CNAME fun), we stop. 422 * self-recursion in the resolution, i.e CNAME fun), we stop.
423 */ 423 */
424 unsigned int loop_limiter; 424 unsigned int loop_limiter;
@@ -516,7 +516,7 @@ static const struct GNUNET_CONFIGURATION_Handle *cfg;
516/** 516/**
517 * Determine if this name is canonical (is a legal name in a zone, without delegation); 517 * Determine if this name is canonical (is a legal name in a zone, without delegation);
518 * note that we do not test that the name does not contain illegal characters, we only 518 * note that we do not test that the name does not contain illegal characters, we only
519 * test for delegation. Note that service records (i.e. _foo._srv) are canonical names 519 * test for delegation. Note that service records (like _foo._srv) are canonical names
520 * even though they consist of multiple labels. 520 * even though they consist of multiple labels.
521 * 521 *
522 * Examples: 522 * Examples: