aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/difftree.go
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-09-28 00:25:30 +0100
committerGitHub <noreply@github.com>2023-09-28 00:25:30 +0100
commit7d047a9f8a43bca9d137d8787278265dd3415219 (patch)
treec300f66c9a51e78b248cac238a6c3c01bf4ff130 /utils/merkletrie/difftree.go
parentc0e9df9ef7d3e598c2da6047aefc94b423feb9d7 (diff)
parent32975ee2c72d60121c37aa969d70b3b9953cd76a (diff)
downloadgo-git-7d047a9f8a43bca9d137d8787278265dd3415219.tar.gz
Merge pull request #836 from hezhizhen/typo
*: fix some typos
Diffstat (limited to 'utils/merkletrie/difftree.go')
-rw-r--r--utils/merkletrie/difftree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/merkletrie/difftree.go b/utils/merkletrie/difftree.go
index 9f5145a..8090942 100644
--- a/utils/merkletrie/difftree.go
+++ b/utils/merkletrie/difftree.go
@@ -55,7 +55,7 @@ package merkletrie
// Here is a full list of all the cases that are similar and how to
// merge them together into more general cases. Each general case
// is labeled with an uppercase letter for further reference, and it
-// is followed by the pseudocode of the checks you have to perfrom
+// is followed by the pseudocode of the checks you have to perform
// on both noders to see if you are in such a case, the actions to
// perform (i.e. what changes to output) and how to advance the
// iterators of each tree to continue the comparison process.