From 8a1af0de875e7380ad3cadc07c470994926ee851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=A3=8E?= Date: Fri, 11 Mar 2022 16:32:08 +0800 Subject: [PATCH] eth/protocols/snap: a little typo Merkel -> Merkle (#24530) --- eth/protocols/snap/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/protocols/snap/sync.go b/eth/protocols/snap/sync.go index 0f2d0aba68c0c..665d7601cfe27 100644 --- a/eth/protocols/snap/sync.go +++ b/eth/protocols/snap/sync.go @@ -168,7 +168,7 @@ type bytecodeResponse struct { // to actual requests and to validate any security constraints. // // Concurrency note: storage requests and responses are handled concurrently from -// the main runloop to allow Merkel proof verifications on the peer's thread and +// the main runloop to allow Merkle proof verifications on the peer's thread and // to drop on invalid response. The request struct must contain all the data to // construct the response without accessing runloop internals (i.e. tasks). That // is only included to allow the runloop to match a response to the task being