Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(driver): fix a typo in comment (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: eveneast <[email protected]>
  • Loading branch information
eveneast authored Apr 15, 2024
1 parent e6d48ab commit 96f0bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (s *State) GetL1Head() *types.Header {
return s.l1Head.Load().(*types.Header)
}

// setL1Head sets the L2 head concurrent safely.
// setL2Head sets the L2 head concurrent safely.
func (s *State) setL2Head(l2Head *types.Header) {
if l2Head == nil {
log.Warn("Empty new L2 head")
Expand Down

0 comments on commit 96f0bef

Please sign in to comment.