Skip to content

Commit

Permalink
fix typo (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf authored Dec 10, 2024
1 parent 0061cd0 commit c61722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

// Checkpoint represents a minimal log checkpoint (STH).
type Checkpoint struct {
// Origin is the string identifing the log which issued this checkpoint.
// Origin is the string identifying the log which issued this checkpoint.
Origin string
// Size is the number of entries in the log at this checkpoint.
Size uint64
Expand Down

0 comments on commit c61722b

Please sign in to comment.