aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_indexer.go
diff options
context:
space:
mode:
authorRicardo Domingos <ricardohsd@gmail.com>2017-11-24 17:20:01 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-11-24 17:20:01 +0800
commit9ff9d04a6906cdb941f6797e63b9da7536316b64 (patch)
tree5fbf2102372237cdf386afde5fedcb483532f71b /core/chain_indexer.go
parentedc3e0efeb7f07872bc4bc042433c7135297a5ed (diff)
downloadgo-tangerine-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar
go-tangerine-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.gz
go-tangerine-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.bz2
go-tangerine-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.lz
go-tangerine-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.xz
go-tangerine-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.zst
go-tangerine-9ff9d04a6906cdb941f6797e63b9da7536316b64.zip
all: fix code comment typos (#15547)
* console: fix typo in comment * contracts/release: fix typo in comment * core: fix typo in comment * eth: fix typo in comment * miner: fix typo in comment
Diffstat (limited to 'core/chain_indexer.go')
-rw-r--r--core/chain_indexer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/chain_indexer.go b/core/chain_indexer.go
index 7e7500dc8..7fb184aaa 100644
--- a/core/chain_indexer.go
+++ b/core/chain_indexer.go
@@ -230,7 +230,7 @@ func (c *ChainIndexer) newHead(head uint64, reorg bool) {
if changed < c.storedSections {
c.setValidSections(changed)
}
- // Update the new head number to te finalized section end and notify children
+ // Update the new head number to the finalized section end and notify children
head = changed * c.sectionSize
if head < c.cascadedHead {