Fix typos in code (non-comment/documentation typos).

This commit is contained in:
practicalswift
2015-12-28 02:13:47 +01:00
parent a672828589
commit 149b50d901
42 changed files with 127 additions and 128 deletions

View File

@@ -391,8 +391,8 @@ static bool passCursorInfoForDecl(const ValueDecl *VD,
Info.OverrideUSRs = OverUSRs;
Info.AnnotatedRelatedDeclarations = AnnotatedRelatedDecls;
Info.IsSystem = IsSystem;
Info.TypeInteface = ASTPrinter::printTypeInterface(Ty, VD->getDeclContext(),
TypeInterface) ?
Info.TypeInterface = ASTPrinter::printTypeInterface(Ty, VD->getDeclContext(),
TypeInterface) ?
StringRef(TypeInterface) : StringRef();
Receiver(Info);
return false;