Commit 0a851754 authored by Shenghou Ma's avatar Shenghou Ma Committed by Ian Lance Taylor

misc/xcode/go.xclangspec: fix typo

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5553049
parent 1ff1405c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment