Skip to content

Commit

Permalink
Comment error (#18303)
Browse files Browse the repository at this point in the history
  • Loading branch information
qdgogogo authored and holiman committed Dec 14, 2018
1 parent 3796751 commit 9940d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tx_cacher.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
)

// senderCacher is a concurrent transaction sender recoverer anc cacher.
// senderCacher is a concurrent transaction sender recoverer and cacher.
var senderCacher = newTxSenderCacher(runtime.NumCPU())

// txSenderCacherRequest is a request for recovering transaction senders with a
Expand Down

0 comments on commit 9940d93

Please sign in to comment.