From: Shenghou Ma Date: Fri, 20 Jan 2012 15:17:52 +0000 (-0800) Subject: misc/xcode/go.xclangspec: fix typo X-Git-Tag: weekly.2012-01-27~142 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0a851754a0aaf2e3a203393696eb1a3e0c45c4f6;p=gostls13.git misc/xcode/go.xclangspec: fix typo R=golang-dev, iant CC=golang-dev https://golang.org/cl/5553049 --- diff --git a/misc/xcode/go.xclangspec b/misc/xcode/go.xclangspec index e515564dad..4a8c94d5b6 100644 --- a/misc/xcode/go.xclangspec +++ b/misc/xcode/go.xclangspec @@ -273,8 +273,8 @@ 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