Skip to content

Commit 4092aae

Browse files
author
Bjoern Rabenstein
committed
Fix typos.
1 parent b212890 commit 4092aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/bench_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/matttproud/golang_protobuf_extensions/ext"
2525
)
2626

27-
// Benchmarks to show how much penalty text format parsing accually inflicts.
27+
// Benchmarks to show how much penalty text format parsing actually inflicts.
2828
//
2929
// Example results on Linux 3.13.0, Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz, go1.4.
3030
//
@@ -82,8 +82,8 @@ func BenchmarkParseTextGzip(b *testing.B) {
8282
}
8383
}
8484

85-
// BenchmarkParseProto benchmarks the parsinge of a protobuf-format scrape into
86-
// metric family DTOs. Note that this does not build a map of matric families
85+
// BenchmarkParseProto benchmarks the parsing of a protobuf-format scrape into
86+
// metric family DTOs. Note that this does not build a map of metric families
8787
// (as the text version does), because it is not required for Prometheus
8888
// ingestion either. (However, it is required for the text-format parsing, as
8989
// the metric family might be sprinkled all over the text, while the

0 commit comments

Comments
 (0)