]> Cypherpunks repositories - gostls13.git/commitdiff
misc/xcode/go.xclangspec: fix typo
authorShenghou Ma <minux.ma@gmail.com>
Fri, 20 Jan 2012 15:17:52 +0000 (07:17 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 20 Jan 2012 15:17:52 +0000 (07:17 -0800)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5553049

misc/xcode/go.xclangspec

index e515564dad1199f35e2eb2531865f046a49ef7d9..4a8c94d5b69e3c22680c6dc591144ddfd7f734df 100644 (file)
                        StartChars = "BMTF!?";
                        Match = (
                                // Go-specific markers
-                               "^\(BUG.*$\)$",                 // inlude "BUG" in the markers list
-                               "^\(TODO.*$\)$",                // inlude "TODO" in the markers list
+                               "^\(BUG.*$\)$",                 // include "BUG" in the markers list
+                               "^\(TODO.*$\)$",                // include "TODO" in the markers list
                                // inherited markers
                                "^MARK:[ \t]+\(.*\)$",
                                "^\(TODO:[ \t]+.*\)$",          // include "TODO: " in the markers list