NFC: Fix typo in SILModule.h.

This commit is contained in:
Allan Shortlidge
2022-10-31 18:13:52 -07:00
parent cc789c4c97
commit e92a0ff6d9

View File

@@ -279,7 +279,7 @@ private:
llvm::DenseMap<const NominalTypeDecl *, SILMoveOnlyDeinit *>
MoveOnlyDeinitMap;
/// The list of SILVTables in the module.
/// The list of move only deinits in the module.
std::vector<SILMoveOnlyDeinit *> moveOnlyDeinits;
/// Declarations which are externally visible.