]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/compile/internal/ir/func.go
cmd/compile/internal/ir: fix doc
[gostls13.git] / src / cmd / compile / internal / ir / func.go
index c28761255f3839a42b74a66350343a1da975e96e..303c5e4fd0e53daea006dc7cfd60216cfc6675df 100644 (file)
@@ -126,7 +126,7 @@ type Func struct {
        NumDefers  int32 // number of defer calls in the function
        NumReturns int32 // number of explicit returns in the function
 
-       // nwbrCalls records the LSyms of functions called by this
+       // NWBRCalls records the LSyms of functions called by this
        // function for go:nowritebarrierrec analysis. Only filled in
        // if nowritebarrierrecCheck != nil.
        NWBRCalls *[]SymAndPos