diff --git a/core/genesis.go b/core/genesis.go
index e15cffda6bafd03f4e8867cd2eceb312bd18394b..92e654da83d9e0f9e5b3e5e4f7ea3eb81bf9196b 100644
--- a/core/genesis.go
+++ b/core/genesis.go
@@ -383,8 +383,7 @@ func DefaultGoerliGenesisBlock() *Genesis {
 	}
 }
 
-// DeveloperGenesisBlock returns the 'geth --dev' genesis block. Note, this must
-// be seeded with the
+// DeveloperGenesisBlock returns the 'geth --dev' genesis block.
 func DeveloperGenesisBlock(period uint64, faucet common.Address) *Genesis {
 	// Override the default period to the user requested one
 	config := *params.AllCliqueProtocolChanges