diff --git a/lang/structs.go b/lang/structs.go index 2c3dc1a3..c5a4c7c3 100644 --- a/lang/structs.go +++ b/lang/structs.go @@ -2941,7 +2941,7 @@ func (obj *StmtProg) importScope(info *interfaces.ImportData, scope *interfaces. } // graph-based recursion detection - // TODO: is this suffiently unique, but not incorrectly unique? + // TODO: is this sufficiently unique, but not incorrectly unique? // TODO: do we need to clean uvid for consistency so the compare works? uvid := obj.data.Base + ";" + info.Name // unique vertex id importVertex := obj.data.Imports // parent vertex