Fix typos.

This commit is contained in:
practicalswift
2015-12-26 17:51:59 +01:00
parent 2218f3adfb
commit fa0b339a21
47 changed files with 54 additions and 54 deletions

View File

@@ -1783,7 +1783,7 @@ public:
SM.getLineAndColumn(If->getElseLoc()).first == Line)
return false;
// If we're in an DoCatchStmt and at a 'catch', don't add an indent.
// If we're in a DoCatchStmt and at a 'catch', don't add an indent.
if (auto *DoCatchS = dyn_cast_or_null<DoCatchStmt>(Cursor->getAsStmt())) {
for (CatchStmt *CatchS : DoCatchS->getCatches()) {
SourceLoc Loc = CatchS->getCatchLoc();