From b1dc2297851d71a8787eab005e5609b55d08a6f9 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Thu, 28 Jul 2016 15:52:32 -0700 Subject: [PATCH] Fix typo --- auditing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auditing.go b/auditing.go index 6ef1527..a19e342 100644 --- a/auditing.go +++ b/auditing.go @@ -84,7 +84,7 @@ func VerifyConsistencyProof(proof ct.ConsistencyProof, first *ct.SignedTreeHead, } newHash = hashChildren(newHash, proof[0]) proof = proof[1:] - } // else node == lastNode: node is a let child with no sibling in either tree + } // else node == lastNode: node is a left child with no sibling in either tree node /= 2 lastNode /= 2 }