Skip to content

Commit 31396a8

Browse files
authored
chore: make function comment match function name (ethereum#1879)
Signed-off-by: tinyfoolish <tinyfoolish@outlook.com>
1 parent b4c1a9f commit 31396a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/workload/filtertestperf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func (st *bucketStats) print(name string) {
152152
name, st.count, float64(st.blocks)/float64(st.count), float64(st.logs)/float64(st.count), st.runtime/time.Duration(st.count))
153153
}
154154

155-
// writeQueries serializes the generated errors to the error file.
155+
// writeErrors serializes the generated errors to the error file.
156156
func writeErrors(errorFile string, errors []*filterQuery) {
157157
file, err := os.Create(errorFile)
158158
if err != nil {

0 commit comments

Comments
 (0)