[gardening] Fix recently introduced typos.

This commit is contained in:
practicalswift
2016-07-24 22:32:40 +02:00
parent 7b2f91aad8
commit 7e89679404
22 changed files with 33 additions and 33 deletions

View File

@@ -670,7 +670,7 @@ static bool passCursorInfoForDecl(const ValueDecl *VD,
llvm::raw_svector_ostream OS(SS);
SwiftLangSupport::printTypeUSR(ContainerTy, OS);
}
unsigned MangedContainerTypeEnd = SS.size();
unsigned MangledContainerTypeEnd = SS.size();
unsigned DocCommentBegin = SS.size();
{
@@ -791,7 +791,7 @@ static bool passCursorInfoForDecl(const ValueDecl *VD,
MangledTypeEnd - MangledTypeStart);
StringRef ContainerTypeUsr = StringRef(SS.begin()+MangledContainerTypeStart,
MangedContainerTypeEnd - MangledContainerTypeStart);
MangledContainerTypeEnd - MangledContainerTypeStart);
StringRef DocComment = StringRef(SS.begin()+DocCommentBegin,
DocCommentEnd-DocCommentBegin);
StringRef AnnotatedDecl = StringRef(SS.begin()+DeclBegin,