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
@@ -346,7 +346,7 @@ func (p *Package) importRecursively() error {
p.Importing = true
for _, to := range p.Package.Imports {
if to == "C" {
// Do Cgo processing in a later stage.
// Do CGo processing in a later stage.
continue
}
if _, ok := p.Imports[to]; ok {