lang: Fix typo

This commit is contained in:
James Shubin
2021-10-20 15:32:43 -04:00
parent e9791ff92c
commit 2eb3b541f4

View File

@@ -2941,7 +2941,7 @@ func (obj *StmtProg) importScope(info *interfaces.ImportData, scope *interfaces.
} }
// graph-based recursion detection // 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? // TODO: do we need to clean uvid for consistency so the compare works?
uvid := obj.data.Base + ";" + info.Name // unique vertex id uvid := obj.data.Base + ";" + info.Name // unique vertex id
importVertex := obj.data.Imports // parent vertex importVertex := obj.data.Imports // parent vertex