From bc27289128079f294ec149ccc4539ad29b859c9f Mon Sep 17 00:00:00 2001 From: soolaugust Date: Mon, 12 Oct 2020 14:54:20 +0800 Subject: [PATCH] Comment on Sdom() should be the form "Sdom..." --- src/cmd/compile/internal/ssa/func.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/compile/internal/ssa/func.go b/src/cmd/compile/internal/ssa/func.go index 0df7b4a5d77..ec2c67c1fa7 100644 --- a/src/cmd/compile/internal/ssa/func.go +++ b/src/cmd/compile/internal/ssa/func.go @@ -672,7 +672,7 @@ func (f *Func) Idom() []*Block { return f.cachedIdom } -// sdom returns a sparse tree representing the dominator relationships +// Sdom returns a sparse tree representing the dominator relationships // among the blocks of f. func (f *Func) Sdom() SparseTree { if f.cachedSdom == nil {