Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
0a851754
Commit
0a851754
authored
Jan 20, 2012
by
Shenghou Ma
Committed by
Ian Lance Taylor
Jan 20, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc/xcode/go.xclangspec: fix typo
R=golang-dev, iant CC=golang-dev
https://golang.org/cl/5553049
parent
1ff1405c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
go.xclangspec
misc/xcode/go.xclangspec
+2
-2
No files found.
misc/xcode/go.xclangspec
View file @
0a851754
...
...
@@ -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.*$\)$", // in
c
lude "BUG" in the markers list
"^\(TODO.*$\)$", // in
c
lude "TODO" in the markers list
// inherited markers
"^MARK:[ \t]+\(.*\)$",
"^\(TODO:[ \t]+.*\)$", // include "TODO: " in the markers list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment