diff --git a/parse/parse.go b/parse/parse.go index a7b1718b..5ab0070f 100644 --- a/parse/parse.go +++ b/parse/parse.go @@ -55,7 +55,7 @@ type Function struct { var _ sort.Interface = (Functions)(nil) // Functions implements sort interface to optimize compiled output with -// determanistic generated mainfile. +// deterministic generated mainfile. type Functions []*Function func (s Functions) Len() int {