aboutsummaryrefslogtreecommitdiffstats
path: root/miner
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 /miner
parentedc3e0efeb7f07872bc4bc042433c7135297a5ed (diff)
downloaddexon-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar
dexon-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.gz
dexon-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.bz2
dexon-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.lz
dexon-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.xz
dexon-9ff9d04a6906cdb941f6797e63b9da7536316b64.tar.zst
dexon-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 'miner')
-rw-r--r--miner/unconfirmed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/miner/unconfirmed.go b/miner/unconfirmed.go
index ee52d8512..7a4fc7cc5 100644
--- a/miner/unconfirmed.go
+++ b/miner/unconfirmed.go
@@ -42,7 +42,7 @@ type unconfirmedBlock struct {
// unconfirmedBlocks implements a data structure to maintain locally mined blocks
// have have not yet reached enough maturity to guarantee chain inclusion. It is
// used by the miner to provide logs to the user when a previously mined block
-// has a high enough guarantee to not be reorged out of te canonical chain.
+// has a high enough guarantee to not be reorged out of the canonical chain.
type unconfirmedBlocks struct {
chain headerRetriever // Blockchain to verify canonical status through
depth uint // Depth after which to discard previous blocks