Fix typos

This commit is contained in:
practicalswift
2015-12-25 13:48:47 +01:00
parent fc9887fa6a
commit 22e10737e2
53 changed files with 64 additions and 64 deletions

View File

@@ -91,7 +91,7 @@ class DCE : public SILFunctionTransform {
/// Tracks if the pass changed branches.
bool BranchesChanged;
/// Trackes if the pass changed ApplyInsts.
/// Tracks if the pass changed ApplyInsts.
bool CallsChanged;
/// The entry point to the transformation.