Skip to content

Commit 553f49d

Browse files
committed
[Gardening] Fixed typo.
1 parent 014876d commit 553f49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212
///
1313
/// This is a light-weight utility for hoisting destroy instructions for unique
14-
/// storage--typically alloc_stac or owned incoming arguments. Shrinking an
14+
/// storage--typically alloc_stack or owned incoming arguments. Shrinking an
1515
/// object's memory lifetime can allow removal of copy_addr and other
1616
/// optimization.
1717
///

0 commit comments

Comments
 (0)