Trivial typo fixes

This commit is contained in:
Justin Clift
2019-05-14 01:06:57 +10:00
committed by Ayke
parent a4cd3bb77c
commit 064d001550
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ type Interface struct {
Type *types.Interface
}
// Create and intialize a new *Program from a *ssa.Program.
// Create and initialize a new *Program from a *ssa.Program.
func NewProgram(lprogram *loader.Program, mainPath string) *Program {
comments := map[string]*ast.CommentGroup{}
for _, pkgInfo := range lprogram.Sorted() {