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

@@ -840,7 +840,7 @@ processUsersOfValue(ProjectionTree &Tree,
"Adding to non projection user!\b");
// The only projection which we do not currently handle are enums since we
// may not know the correct case. This can be xtended in the future.
// may not know the correct case. This can be extended in the future.
addNonProjectionUser(Op);
}
}