diff --git a/protoc-gen-gogo/generator/internal/remap/remap.go b/protoc-gen-gogo/generator/internal/remap/remap.go index a9b61036c..39968eb9f 100644 --- a/protoc-gen-gogo/generator/internal/remap/remap.go +++ b/protoc-gen-gogo/generator/internal/remap/remap.go @@ -47,7 +47,7 @@ type Location struct { } // A Map represents a mapping between token locations in an input source text -// and locations in the correspnding output text. +// and locations in the corresponding output text. type Map map[Location]Location // Find reports whether the specified span is recorded by m, and if so returns