mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
NFC: Fix typo in SILModule.h.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user