From 17ac473c219955db6b749f03806b920a2afc9f1e Mon Sep 17 00:00:00 2001
From: Lubos Slovak <lubos.slovak@nic.cz>
Date: Tue, 15 Oct 2013 15:49:24 +0200
Subject: [PATCH] Fixed comment

---
 src/libknot/zone/node.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libknot/zone/node.c b/src/libknot/zone/node.c
index 07fa56ff37..56b401ec7a 100644
--- a/src/libknot/zone/node.c
+++ b/src/libknot/zone/node.c
@@ -768,7 +768,7 @@ bool knot_node_rr_should_be_signed(const knot_node_t *node,
 		return false;
 	}
 
-	// We only want to sign NSECs and DSs when at delegation points
+	// At delegation points we only want to sign NSECs and DSs
 	if (knot_node_is_deleg_point(node)) {
 		if (!(rrset->type == KNOT_RRTYPE_NSEC ||
 		    rrset->type == KNOT_RRTYPE_DS)) {
-- 
GitLab