From 2eb3b541f4a492f802434746968cca2cea06c50a Mon Sep 17 00:00:00 2001 From: James Shubin Date: Wed, 20 Oct 2021 15:32:43 -0400 Subject: [PATCH] lang: Fix typo --- lang/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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