From 4092aaec40112f6aa4796d26bf06f64ad0c08be0 Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Tue, 27 Jan 2015 18:07:09 +0100 Subject: [PATCH] Fix typos. --- text/bench_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/text/bench_test.go b/text/bench_test.go index e343bff..df887e0 100644 --- a/text/bench_test.go +++ b/text/bench_test.go @@ -24,7 +24,7 @@ import ( "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. // @@ -82,8 +82,8 @@ func BenchmarkParseTextGzip(b *testing.B) { } } -// BenchmarkParseProto benchmarks the parsinge of a protobuf-format scrape into -// metric family DTOs. Note that this does not build a map of matric families +// BenchmarkParseProto benchmarks the parsing of a protobuf-format scrape into +// 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 // ingestion either. (However, it is required for the text-format parsing, as // the metric family might be sprinkled all over the text, while the