From f6bef558aa464487534d230ef24ae3e5b235477a Mon Sep 17 00:00:00 2001
From: Kyuntae Ethan Kim <ethan.kyuntae.kim@gmail.com>
Date: Wed, 7 Mar 2018 18:15:54 +0900
Subject: [PATCH] eth: fixed typo (#16274)

---
 eth/fetcher/fetcher.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go
index 50966f5ee..db554e144 100644
--- a/eth/fetcher/fetcher.go
+++ b/eth/fetcher/fetcher.go
@@ -633,7 +633,7 @@ func (f *Fetcher) enqueue(peer string, block *types.Block) {
 }
 
 // insert spawns a new goroutine to run a block insertion into the chain. If the
-// block's number is at the same height as the current import phase, if updates
+// block's number is at the same height as the current import phase, it updates
 // the phase states accordingly.
 func (f *Fetcher) insert(peer string, block *types.Block) {
 	hash := block.Hash()
-- 
GitLab