From 212bf266c55b3737da37e6588142d0c9f7c6e10f Mon Sep 17 00:00:00 2001 From: Corey Lin <514971757@qq.com> Date: Thu, 8 Nov 2018 19:25:14 +0800 Subject: eth, p2p: fix comment typos (#18014) --- eth/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/config.go') diff --git a/eth/config.go b/eth/config.go index efbaafb6a..e32c01a73 100644 --- a/eth/config.go +++ b/eth/config.go @@ -122,7 +122,7 @@ type Config struct { // Miscellaneous options DocRoot string `toml:"-"` - // Type of the EWASM interpreter ("" for detault) + // Type of the EWASM interpreter ("" for default) EWASMInterpreter string // Type of the EVM interpreter ("" for default) EVMInterpreter string -- cgit v1.2.3