From e620fa3980b9e76a3479aada9239054f594cfc1a Mon Sep 17 00:00:00 2001
From: int88 <106391185+int88@users.noreply.github.com>
Date: Fri, 24 Jun 2022 20:28:01 +0800
Subject: [PATCH] eth: fix typo (#25161)

---
 eth/handler.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eth/handler.go b/eth/handler.go
index 54efe18d64a1..43d03924defa 100644
--- a/eth/handler.go
+++ b/eth/handler.go
@@ -296,7 +296,7 @@ func newHandler(config *handlerConfig) (*handler, error) {
 }
 
 // runEthPeer registers an eth peer into the joint eth/snap peerset, adds it to
-// various subsistems and starts handling messages.
+// various subsystems and starts handling messages.
 func (h *handler) runEthPeer(peer *eth.Peer, handler eth.Handler) error {
 	// If the peer has a `snap` extension, wait for it to connect so we can have
 	// a uniform initialization/teardown mechanism