Skip to content

Commit 20bc512

Browse files
committed
Fix a comment typo
1 parent 1213343 commit 20bc512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SIL/Utils/OSSALifetimeCompletion.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
/// end_borrow %phi1
3232
/// %k1 = destroy_value %v1 // must be below end_borrow %phi1
3333
///
34-
/// When completing the lifetime for a (%phi2) transitively include all inner
35-
/// adjacent reborrows (%phi1):
34+
/// When completing the lifetime for a phi (%phi2) transitively include all
35+
/// inner adjacent reborrows (%phi1):
3636
///
3737
/// bb1:
3838
/// %v1 = ...

0 commit comments

Comments
 (0)