From 0a851754a0aaf2e3a203393696eb1a3e0c45c4f6 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Fri, 20 Jan 2012 07:17:52 -0800 Subject: [PATCH] misc/xcode/go.xclangspec: fix typo R=golang-dev, iant CC=golang-dev https://golang.org/cl/5553049 --- misc/xcode/go.xclangspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/xcode/go.xclangspec b/misc/xcode/go.xclangspec index e515564dad1..4a8c94d5b69 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