mirror of
https://github.com/golang/go
synced 2024-11-21 17:24:42 -07:00
misc/xcode/go.xclangspec: fix typo
R=golang-dev, iant CC=golang-dev https://golang.org/cl/5553049
This commit is contained in:
parent
1ff1405cc7
commit
0a851754a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user