aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bmt/bmt_r.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bmt/bmt_r.go b/bmt/bmt_r.go
index 649093ee3..3cb337ab9 100644
--- a/bmt/bmt_r.go
+++ b/bmt/bmt_r.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
-// simple nonconcurrent reference implementation for hashsize segment based
+// Package bmt is a simple nonconcurrent reference implementation for hashsize segment based
// Binary Merkle tree hash on arbitrary but fixed maximum chunksize
//
// This implementation does not take advantage of any paralellisms and uses