[gardening] Fix recently introduced typos

This commit is contained in:
practicalswift
2016-11-10 21:22:39 +01:00
parent 9d954f044b
commit 38351faefc
7 changed files with 14 additions and 14 deletions

View File

@@ -315,7 +315,7 @@ public:
bool operator!=(const SDKNode &Other) const { return !((*this) == Other); }
ArrayRef<NodeAnnotation>
getAnnotations(std::vector<NodeAnnotation> &Scrach) const;
getAnnotations(std::vector<NodeAnnotation> &Scratch) const;
bool isLeaf() const { return Children.empty(); }
SDKNodeKind getKind() const { return SDKNodeKind(TheKind); }
StringRef getName() const { return Name; }