Fix typos.

This commit is contained in:
Bjoern Rabenstein 2015-01-27 18:07:09 +01:00
parent b2128904e2
commit 4092aaec40
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ import (
"github.com/matttproud/golang_protobuf_extensions/ext" "github.com/matttproud/golang_protobuf_extensions/ext"
) )
// Benchmarks to show how much penalty text format parsing accually inflicts. // Benchmarks to show how much penalty text format parsing actually inflicts.
// //
// Example results on Linux 3.13.0, Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz, go1.4. // Example results on Linux 3.13.0, Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz, go1.4.
// //
@ -82,8 +82,8 @@ func BenchmarkParseTextGzip(b *testing.B) {
} }
} }
// BenchmarkParseProto benchmarks the parsinge of a protobuf-format scrape into // BenchmarkParseProto benchmarks the parsing of a protobuf-format scrape into
// metric family DTOs. Note that this does not build a map of matric families // metric family DTOs. Note that this does not build a map of metric families
// (as the text version does), because it is not required for Prometheus // (as the text version does), because it is not required for Prometheus
// ingestion either. (However, it is required for the text-format parsing, as // ingestion either. (However, it is required for the text-format parsing, as
// the metric family might be sprinkled all over the text, while the // the metric family might be sprinkled all over the text, while the