Skip to content

Commit e92a0ff

Browse files
committed
NFC: Fix typo in SILModule.h.
1 parent cc789c4 commit e92a0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class SILModule {
279279
llvm::DenseMap<const NominalTypeDecl *, SILMoveOnlyDeinit *>
280280
MoveOnlyDeinitMap;
281281

282-
/// The list of SILVTables in the module.
282+
/// The list of move only deinits in the module.
283283
std::vector<SILMoveOnlyDeinit *> moveOnlyDeinits;
284284

285285
/// Declarations which are externally visible.

0 commit comments

Comments
 (0)