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