summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-01-20 07:17:52 -0800
committerShenghou Ma <minux.ma@gmail.com>2012-01-20 07:17:52 -0800
commitc6c3e2b38e278d296fce38c0d3bb3d45c5d8d4c4 (patch)
treed1b5db87fe0920e90fb02a196810d1cd624e63a1 /misc
parent0669fee2d4842c395206e0bf03140530aed8d0c0 (diff)
downloadgo-c6c3e2b38e278d296fce38c0d3bb3d45c5d8d4c4.tar.gz
misc/xcode/go.xclangspec: fix typo
R=golang-dev, iant CC=golang-dev http://codereview.appspot.com/5553049 Committer: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/xcode/go.xclangspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xcode/go.xclangspec b/misc/xcode/go.xclangspec
index e515564da..4a8c94d5b 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