mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typos in code (non-comment/documentation typos).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user