]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/compile/internal/ssa/compile.go
all: fix typos in go file comments
[gostls13.git] / src / cmd / compile / internal / ssa / compile.go
index 769f225850db6499cc89cfd173f955923de45164..423564caf9a1ef2fc8ca603ca6a363b3971db02f 100644 (file)
@@ -328,7 +328,7 @@ commas. For example:
                switch flag {
                case "on":
                        checkEnabled = val != 0
-                       debugPoset = checkEnabled // also turn on advanced self-checking in prove's datastructure
+                       debugPoset = checkEnabled // also turn on advanced self-checking in prove's data structure
                        return ""
                case "off":
                        checkEnabled = val == 0