From 20b40ba78c4ce75939313be18395334fafa7d317 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 1 Oct 2013 16:59:09 +0200 Subject: [PATCH] Review yuri --- drill/drill.1.in | 2 +- ldns/dnssec.h | 4 ++-- ldns/host2str.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drill/drill.1.in b/drill/drill.1.in index 35f11c0f..778ba249 100644 --- a/drill/drill.1.in +++ b/drill/drill.1.in @@ -221,7 +221,7 @@ don't randomize the nameserver list before sending queries. The exit status is 0 if the looked up answer is secure and trusted, or insecure. The exit status is not 0 if the looked up answer is untrusted or bogus, -or an error occerred while performing the lookup. +or an error occurred while performing the lookup. .SH "FILES" .TP diff --git a/ldns/dnssec.h b/ldns/dnssec.h index 51eac283..f4cdafbe 100644 --- a/ldns/dnssec.h +++ b/ldns/dnssec.h @@ -372,7 +372,7 @@ ldns_rdf *ldns_nsec3_hash_name_frm_nsec3(const ldns_rr *nsec, ldns_rdf *name); bool ldns_nsec_bitmap_covers_type(const ldns_rdf* bitmap, ldns_rr_type type); /** - * Check if RR type t is enumerated in the type bitmap rdf and sets the bit. + * Checks if RR type t is enumerated in the type bitmap rdf and sets the bit. * \param[in] bitmap the RR type bitmap rdf to look in * \param[in] type the type to for which the bit to set * \return LDNS_STATUS_OK on success. LDNS_STATUS_TYPE_NOT_IN_BITMAP is @@ -381,7 +381,7 @@ bool ldns_nsec_bitmap_covers_type(const ldns_rdf* bitmap, ldns_rr_type type); ldns_status ldns_nsec_bitmap_set_type(ldns_rdf* bitmap, ldns_rr_type type); /** - * Check if RR type t is enumerated in the type bitmap rdf and clears the bit. + * Checks if RR type t is enumerated in the type bitmap rdf and clears the bit. * \param[in] bitmap the RR type bitmap rdf to look in * \param[in] type the type to for which the bit to clear * \return LDNS_STATUS_OK on success. LDNS_STATUS_TYPE_NOT_IN_BITMAP is diff --git a/ldns/host2str.h b/ldns/host2str.h index 37886f82..e69389e9 100644 --- a/ldns/host2str.h +++ b/ldns/host2str.h @@ -40,7 +40,7 @@ extern "C" { #define LDNS_APL_NEGATION 0x80 /** - * Represent a NULL pointer (in stead of a pointer to a ldns_rr as "; (null)" + * Represent a NULL pointer (instead of a pointer to a ldns_rr as "; (null)" * as opposed to outputting nothing at all in such a case. */ /* Flag Name Flag Nr. Has data associated -- 2.47.3