Skip to content

Commit 3e643a4

Browse files
committed
Merge pull request #287 from XenonXYZ/master
Fixed grammar mistake
2 parents 1e5aa72 + 9d52fb1 commit 3e643a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/MemLocation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ using TypeExpansionMap = llvm::DenseMap<SILType, ProjectionPathList>;
363363
/// the MemLocationVault, and this in turn reduces the # of bits each basic
364364
/// block keeps.
365365
///
366-
/// Moreover, without canonicalization, its more difficult to implement the
366+
/// Moreover, without canonicalization, it's more difficult to implement the
367367
/// intersection operator in DSE/RLE?
368368
///
369369
/// We basically need to compare every pair of MemLocation and find the ones

0 commit comments

Comments
 (0)